summaryrefslogtreecommitdiffstats
path: root/ds9/library/mwcs.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/mwcs.tcl')
-rw-r--r--ds9/library/mwcs.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/mwcs.tcl b/ds9/library/mwcs.tcl
index cb7a21f..b9c6755 100644
--- a/ds9/library/mwcs.tcl
+++ b/ds9/library/mwcs.tcl
@@ -37,9 +37,9 @@ proc UpdateWCSMenu {} {
set wcs(frame) $current(frame)
if {[$current(frame) has fits]} {
- CoordMenuEnable $ds9(mb).wcs wcs system 0 sky skyformat
+ CoordMenuEnable $ds9(mb).wcs wcs system {} sky skyformat
} else {
- CoordMenuReset $ds9(mb).wcs wcs system 0 sky skyformat
+ CoordMenuReset $ds9(mb).wcs wcs system {} sky skyformat
}
LayoutWCSInfoBox $current(frame)
} else {