From b631c294b0898b8af868d00311fbb063a8ca7245 Mon Sep 17 00:00:00 2001 From: marko Date: Thu, 19 Jul 2007 07:27:07 +0000 Subject: [PATCH] Insert a missing whitespace. Bug found by: Submitted by: Requested by: Reviewed by: Approved by: Obtained from: --- filemgmt.tcl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" {*} } } -- 2.39.5