summaryrefslogtreecommitdiffstats
path: root/ds9/library/info.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/info.tcl')
-rw-r--r--ds9/library/info.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/info.tcl b/ds9/library/info.tcl
index 7fc1125..17a82c5 100644
--- a/ds9/library/info.tcl
+++ b/ds9/library/info.tcl
@@ -557,7 +557,7 @@ proc UpdateInfoBox {which x y sys} {
set infobox(wcs$ll,sys) "WCS $ll"
$infobox(wcs$ll,x,nm) configure -text {}
$infobox(wcs$ll,y,nm) configure -text {}
- } elseif {[$which has wcs equatorial wcs$ll]} {
+ } elseif {[$which has wcs celestial wcs$ll]} {
switch -- $infobox(wcs$ll,sys) {
fk4 -
fk5 -
@@ -580,7 +580,7 @@ proc UpdateInfoBox {which x y sys} {
-font "$ds9(times) $fsz"
}
}
- } elseif {[$which has wcs celestrial wcs$ll]} {
+ } elseif {[$which has wcs celestial wcs$ll]} {
if {$infobox(wcs$ll,sys) == {}} {
set infobox(wcs$ll,sys) "WCS $ll"
}