summaryrefslogtreecommitdiffstats
path: root/ds9/library/3d.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-06-30 20:20:53 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-06-30 20:20:53 (GMT)
commit19cf35de1dcb4053e6057862e38dd5da8e2cf2ce (patch)
tree404a39a6afc92c24f1779fde8dee958ad8593ff3 /ds9/library/3d.tcl
parentfd9d256458fd64e5d63c161fde2080761b9ea6bb (diff)
downloadblt-19cf35de1dcb4053e6057862e38dd5da8e2cf2ce.zip
blt-19cf35de1dcb4053e6057862e38dd5da8e2cf2ce.tar.gz
blt-19cf35de1dcb4053e6057862e38dd5da8e2cf2ce.tar.bz2
doc 3d compass
Diffstat (limited to 'ds9/library/3d.tcl')
-rw-r--r--ds9/library/3d.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/3d.tcl b/ds9/library/3d.tcl
index 6b0c54b..ca5c83b 100644
--- a/ds9/library/3d.tcl
+++ b/ds9/library/3d.tcl
@@ -53,7 +53,7 @@ proc 3DDialog {} {
$mb add cascade -label [msgcat::mc {Render}] -menu $mb.render
$mb add cascade -label [msgcat::mc {Highlite}] -menu $mb.highlite
$mb add cascade -label [msgcat::mc {Border}] -menu $mb.border
-# $mb add cascade -label [msgcat::mc {Compass}] -menu $mb.compass
+ $mb add cascade -label [msgcat::mc {Compass}] -menu $mb.compass
menu $mb.file
$mb.file add command -label [msgcat::mc {Apply}] -command 3DApplyDialog