summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
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