summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/scalesendparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/scalesendparser.tac')
-rw-r--r--ds9/parsers/scalesendparser.tac4
1 files changed, 2 insertions, 2 deletions
diff --git a/ds9/parsers/scalesendparser.tac b/ds9/parsers/scalesendparser.tac
index 9e301b2..0348819 100644
--- a/ds9/parsers/scalesendparser.tac
+++ b/ds9/parsers/scalesendparser.tac
@@ -18,9 +18,9 @@ scalesend : {ProcessSendCmdGet scale type}
| LOCK_ {ProcessSendCmdYesNo scale lock}
| LOCK_ LIMITS_ {ProcessSendCmdYesNo scale lock,limits}
| DATASEC_ {ProcessSendCmdGet scale datasec}
- | LIMITS_ {ProcessSendCmdCurrent frame "get clip"}
+ | LIMITS_ {ProcessSendCmdCurrent "get clip"}
# backward compatibility
- | SCALELIMITS_ {ProcessSendCmdCurrent frame "get clip"}
+ | SCALELIMITS_ {ProcessSendCmdCurrent "get clip"}
| MODE_ {ProcessSendCmdGet scale mode}
| SCOPE_ {ProcessSendCmdGet scale scope}
| LOG_ EXP_ {ProcessSendCmdGet scale log}