diff options
Diffstat (limited to 'ds9/library/catsym.tcl')
-rw-r--r-- | ds9/library/catsym.tcl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ds9/library/catsym.tcl b/ds9/library/catsym.tcl index 2f334fd..5a08bea 100644 --- a/ds9/library/catsym.tcl +++ b/ds9/library/catsym.tcl @@ -81,14 +81,14 @@ proc CATSymDialog {parent} { # menu menu $mb.file - $mb.file add command -label [msgcat::mc {Apply}] \ - -command "CATSymApply $varname" - $mb.file add separator - $mb.file add command -label "[msgcat::mc {Load}]..." \ + $mb.file add command -label "[msgcat::mc {Open}]..." \ -command "CATSymLoad $varname" $mb.file add command -label "[msgcat::mc {Save}]..." \ -command "CATSymSave $varname" -accelerator "${ds9(ctrl)}S" $mb.file add separator + $mb.file add command -label [msgcat::mc {Apply}] \ + -command "CATSymApply $varname" + $mb.file add separator $mb.file add command -label [msgcat::mc {Add}] \ -command "CATSymAdd $varname" $mb.file add command -label [msgcat::mc {Delete}] \ |