summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-04-17 20:59:47 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-04-17 20:59:47 (GMT)
commitddb740397d684fc31a9c0ab34b02d26a2a880808 (patch)
tree3075d25c16690c42ad1ff34cac57f845be5e0aa9 /ds9/library
parent573dfc0c0116a42965c28be25d106ca6d3131b5c (diff)
downloadblt-ddb740397d684fc31a9c0ab34b02d26a2a880808.zip
blt-ddb740397d684fc31a9c0ab34b02d26a2a880808.tar.gz
blt-ddb740397d684fc31a9c0ab34b02d26a2a880808.tar.bz2
fix issue with analysis filedialog macro and MacOS Aqua
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/stdfbox.tcl4
1 files changed, 3 insertions, 1 deletions
diff --git a/ds9/library/stdfbox.tcl b/ds9/library/stdfbox.tcl
index ba40183..4bd2e96 100644
--- a/ds9/library/stdfbox.tcl
+++ b/ds9/library/stdfbox.tcl
@@ -285,7 +285,7 @@ proc InitDialogBox {} {
set siafbox(file) {ds9.sia}
set siafbox(dir) {}
set siafbox(types) [list \
- [list [::msgcat::mc {Simple Image Access}] {*.sia}] \
+ [list [::msgcat::mc {Simple Image Access}] {*.sia}]\
]
global analysisfbox
@@ -299,7 +299,9 @@ proc InitDialogBox {} {
global analysisparamfbox
set analysisparamfbox(file) {}
set analysisparamfbox(dir) {}
+ # MacOS needs a default file type
set analysisparamfbox(types) [list \
+ [list [::msgcat::mc {Analysis}] {*.dat}]\
]
global apsavfbox