summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ds9/library/plot.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/plot.tcl b/ds9/library/plot.tcl
index 5a42c97..6d721d4 100644
--- a/ds9/library/plot.tcl
+++ b/ds9/library/plot.tcl
@@ -305,7 +305,7 @@ proc PlotChangeMode {varname} {
blt::RemoveBindTag $var($cc) zoom-$var($cc)
bind $var($cc) <1> [list PlotButton $varname %x %y]
}
-p zoom {
+ zoom {
bind $var($cc) <1> {}
blt::AddBindTag $var($cc) zoom-$var($cc)
}