From: marko Date: Thu, 19 Jul 2007 07:27:07 +0000 (+0000) Subject: Insert a missing whitespace. X-Git-Url: https://git.entuzijast.net/?a=commitdiff_plain;h=b631c294b0898b8af868d00311fbb063a8ca7245;p=imunes.git Insert a missing whitespace. Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- diff --git a/filemgmt.tcl b/filemgmt.tcl index a5075d1..315af26 100755 --- a/filemgmt.tcl +++ b/filemgmt.tcl @@ -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" {*} } }