summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-02-20 18:27:21 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-02-20 18:27:21 (GMT)
commit38ff2e79820209ec9b84784fa86cc87bd1198170 (patch)
tree6a35df8461bb4e8ce4ba3df2c9de856554e0088b /ds9/library
parent884c2c68d633fc6fda44f3c3429c2a5e80e5804e (diff)
downloadblt-38ff2e79820209ec9b84784fa86cc87bd1198170.zip
blt-38ff2e79820209ec9b84784fa86cc87bd1198170.tar.gz
blt-38ff2e79820209ec9b84784fa86cc87bd1198170.tar.bz2
fixing Contours
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/manalysis.tcl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/library/manalysis.tcl b/ds9/library/manalysis.tcl
index 67a93b0..8e9b8c2 100644
--- a/ds9/library/manalysis.tcl
+++ b/ds9/library/manalysis.tcl
@@ -20,7 +20,7 @@ proc AnalysisMainMenu {} {
-command MaskDialog
$ds9(mb).analysis add separator
$ds9(mb).analysis add checkbutton -label [msgcat::mc {Contours}] \
- -variable contour(view) -command ContourUpdate
+ -variable contour(view) -command UpdateContour
$ds9(mb).analysis add command -label "[msgcat::mc {Contour Parameters}]..."\
-command ContourDialog
$ds9(mb).analysis add separator
@@ -301,7 +301,7 @@ proc CreateButtonsAnalysis {} {
CheckButton $ds9(buttons).analysis.contours \
[string tolower [msgcat::mc {Contours}]] \
- contour(view) ContourUpdate
+ contour(view) UpdateContour
CheckButton $ds9(buttons).analysis.grid \
[string tolower [msgcat::mc {Grid}]] \
grid(view) GridUpdateCurrent