X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=lib%2Fabout.tcl;h=241ab892cd5b731f07571acf7a0ca3150a763f4f;hb=fbbdaa5f425417e7fee83f543b1d03806f034cab;hp=47be8eb97ab79188bba8dca18f3784327302ba9a;hpb=95b002eeb38de89feb7f0cc1a55721b45fd3cf11;p=git.git diff --git a/lib/about.tcl b/lib/about.tcl index 47be8eb97..241ab892c 100644 --- a/lib/about.tcl +++ b/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] }