summaryrefslogtreecommitdiffstats
path: root/ds9/library/util.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/library/util.tcl')
-rw-r--r--ds9/library/util.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/ds9/library/util.tcl b/ds9/library/util.tcl
index b1af02c..9994119 100644
--- a/ds9/library/util.tcl
+++ b/ds9/library/util.tcl
@@ -1673,7 +1673,7 @@ proc ProcessSendThemeCmd {proc id param {sock {}} {fn {}}} {
proc ProcessSendVersionCmd {proc id param {sock {}} {fn {}}} {
global ds9
- $proc $id "$ds9(title) [lindex $ds9(version) 0]\n"
+ $proc $id "$ds9(title) $ds9(version,display)\n"
}
proc XMLQuote {val} {