diff --git a/gui/filemgmt.tcl b/gui/filemgmt.tcl index 9cf7c2f1..b1db54ae 100755 --- a/gui/filemgmt.tcl +++ b/gui/filemgmt.tcl @@ -467,7 +467,7 @@ proc savePrefsFile { } { # helper for most-recently-used file list menu items proc mrufile { f args } { global currentFile - set currentFile "$f $args" + set currentFile [string trim "$f $args"] openFile }