summaryrefslogtreecommitdiffstats
path: root/ds9/library
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library')
-rw-r--r--ds9/library/ds9.tcl6
1 files changed, 6 insertions, 0 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl
index 4b13abb..072e581 100644
--- a/ds9/library/ds9.tcl
+++ b/ds9/library/ds9.tcl
@@ -264,6 +264,9 @@ switch $ds9(wm) {
package require DS9
+ source $ds9(root)/library/xmfbox.tcl
+ source $ds9(root)/library/tkfbox.tcl
+
proc ::tk::mac::ShowPreferences {} {
PrefsDialog
}
@@ -325,6 +328,9 @@ switch $ds9(wm) {
package require xmlrpc
package require DS9
+
+ source $ds9(root)/library/xmfbox.tcl
+ source $ds9(root)/library/tkfbox.tcl
}
}