diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-01-18 21:26:30 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-01-18 21:26:30 (GMT) |
commit | 6778583e11a97fbc5de7894532772c314c2ff29b (patch) | |
tree | 3bf6ee48bd7b4dbf9e0e3dd8579f16086fdb0f25 /ds9/library/ds9.tcl | |
parent | 63bde237e4ea1cf00764d0cfddb88536163ddc37 (diff) | |
download | blt-6778583e11a97fbc5de7894532772c314c2ff29b.zip blt-6778583e11a97fbc5de7894532772c314c2ff29b.tar.gz blt-6778583e11a97fbc5de7894532772c314c2ff29b.tar.bz2 |
clean up build
Diffstat (limited to 'ds9/library/ds9.tcl')
-rw-r--r-- | ds9/library/ds9.tcl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ds9/library/ds9.tcl b/ds9/library/ds9.tcl index fc99a39..11af7f3 100644 --- a/ds9/library/ds9.tcl +++ b/ds9/library/ds9.tcl @@ -212,6 +212,7 @@ switch $ds9(wm) { win32 { set ds9(root) [file dirname [file dirname $argv0]] set auto_path [list $ds9(root) $ds9(root)/tcl8.6 $ds9(root)/tk8.6 $ds9(root)/tk8.6/ttk] + } } package require msgcat |