]> git.entuzijast.net Git - imunes.git/commitdiff
Insert a missing whitespace.
authormarko <marko>
Thu, 19 Jul 2007 07:27:07 +0000 (07:27 +0000)
committermarko <marko>
Thu, 19 Jul 2007 07:27:07 +0000 (07:27 +0000)
Bug found by:
Submitted by:
Requested by:
Reviewed by:
Approved by:
Obtained from:

filemgmt.tcl

index a5075d1733cf5edd93cb6e8205a7f5ee391fb46a..315af26f0b96f8f895adc6bb08459c7241892143 100755 (executable)
@@ -1,4 +1,4 @@
-# $Id: filemgmt.tcl,v 1.7.2.5 2007/07/19 03:31:22 marko Exp $ 
+# $Id: filemgmt.tcl,v 1.7.2.6 2007/07/19 07:27:07 marko Exp $ 
 #
 # Copyright 2004, 2005 University of Zagreb, Croatia.  All rights reserved.
 #
@@ -82,7 +82,7 @@
 set currentFile ""
 
 set fileTypes {
-    {"IMUNES network configuration" {.imn} }
+    { "IMUNES network configuration" {.imn} }
     { "All files" {*} }
 }