summaryrefslogtreecommitdiff
path: root/lib/about.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/about.tcl')
-rw-r--r--lib/about.tcl5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/about.tcl b/lib/about.tcl
index 719fc547b3..47be8eb97a 100644
--- a/lib/about.tcl
+++ b/lib/about.tcl
@@ -4,6 +4,7 @@
proc do_about {} {
global appvers copyright oguilib
global tcl_patchLevel tk_patchLevel
+ global ui_comm_spell
set w .about_dialog
toplevel $w
@@ -40,6 +41,10 @@ proc do_about {} {
append v "Tcl version $tcl_patchLevel"
append v ", Tk version $tk_patchLevel"
}
+ if {[info exists ui_comm_spell]} {
+ append v "\n"
+ append v [$ui_comm_spell version]
+ }
set d {}
append d "git wrapper: $::_git\n"