summaryrefslogtreecommitdiffstats
path: root/ds9/library/plotdialog.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-03-27 15:59:05 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-03-27 15:59:05 (GMT)
commit6cbd586d1439b7189e3349533ded31de37a2da43 (patch)
tree5da8091542ecd9ad7048d5f1d16afa82ad9354fe /ds9/library/plotdialog.tcl
parente59c06603d7488904582b21295cdaca0cbd373f3 (diff)
downloadblt-6cbd586d1439b7189e3349533ded31de37a2da43.zip
blt-6cbd586d1439b7189e3349533ded31de37a2da43.tar.gz
blt-6cbd586d1439b7189e3349533ded31de37a2da43.tar.bz2
macosx print
Diffstat (limited to 'ds9/library/plotdialog.tcl')
-rw-r--r--ds9/library/plotdialog.tcl7
1 files changed, 3 insertions, 4 deletions
diff --git a/ds9/library/plotdialog.tcl b/ds9/library/plotdialog.tcl
index 8c6fccb..e45482e 100644
--- a/ds9/library/plotdialog.tcl
+++ b/ds9/library/plotdialog.tcl
@@ -86,12 +86,11 @@ proc PlotDialog {varname wtt title xaxis yaxis} {
}
aqua {
$var(mb).file add command \
- -label "[msgcat::mc {Page Setup}]..." \
+ -label "[msgcat::mc {Postscript Page Setup}]..." \
-command PSPageSetup
- $var(mb).file add command -label "[msgcat::mc {Print}]..." \
+ $var(mb).file add command \
+ -label "[msgcat::mc {Postscript Print}]..." \
-command [list PlotPSPrint $varname]
-# $var(mb).file add command -label "[msgcat::mc {Postscript Page Setup}]..." -command PSPageSetup
-# $var(mb).file add command -label "[msgcat::mc {Postscript Print}]..." -command [list PlotPSPrint $varname]
}
}
$var(mb).file add separator