From 911506d30478d516484aa63c5ecf0ed1201a3f2a Mon Sep 17 00:00:00 2001 From: Stephen Smith <steve@fmrib.ox.ac.uk> Date: Sat, 11 Aug 2007 13:58:29 +0000 Subject: [PATCH] *** empty log message *** --- melodic.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/melodic.tcl b/melodic.tcl index 9b87259..8449d0d 100644 --- a/melodic.tcl +++ b/melodic.tcl @@ -330,7 +330,7 @@ frame $w.btns button $w.btns.apply -command "melodic:apply $w" -text "Go" -button $w.btns.save -command "feat_file:setup_dialog $w a a a [namespace current] *.fsf {Save Feat setup} {feat5:write $w 1 1 0} {}" -text "Save" +button $w.btns.save -command "feat_file:setup_dialog $w a a a [namespace current] *.fsf {Save Feat setup} {feat5:write $w 0 1 0} {}" -text "Save" button $w.btns.load -command "feat_file:setup_dialog $w a a a [namespace current] *.fsf {Load Feat setup} {feat5:load $w 1} {}" -text "Load" -- GitLab