summaryrefslogtreecommitdiff
path: root/git-gui/lib/about.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'git-gui/lib/about.tcl')
-rw-r--r--git-gui/lib/about.tcl3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-gui/lib/about.tcl b/git-gui/lib/about.tcl
index 47be8eb..241ab89 100644
--- a/git-gui/lib/about.tcl
+++ b/git-gui/lib/about.tcl
@@ -41,7 +41,8 @@ proc do_about {} {
append v "Tcl version $tcl_patchLevel"
append v ", Tk version $tk_patchLevel"
}
- if {[info exists ui_comm_spell]} {
+ if {[info exists ui_comm_spell]
+ && [$ui_comm_spell version] ne {}} {
append v "\n"
append v [$ui_comm_spell version]
}