Skip to content
Snippets Groups Projects
Commit c997befa authored by Stephen Smith's avatar Stephen Smith
Browse files

*** empty log message ***

parent 911506d3
No related branches found
No related tags found
No related merge requests found
...@@ -332,7 +332,7 @@ button $w.btns.apply -command "melodic:apply $w" -text "Go" ...@@ -332,7 +332,7 @@ 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 0 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" 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"
button $w.btns.cancel -command "destroy $w" -text "Exit" button $w.btns.cancel -command "destroy $w" -text "Exit"
...@@ -387,6 +387,7 @@ if { $fmri(perfsub_yn) } { ...@@ -387,6 +387,7 @@ if { $fmri(perfsub_yn) } {
#}}} #}}}
melodic:updatelevel $w
feat5:updateanalysis $w feat5:updateanalysis $w
$w.nb compute_size $w.nb compute_size
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment