X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-gui%2Flib%2Fabout.tcl;h=241ab892cd5b731f07571acf7a0ca3150a763f4f;hb=832d586a0cb30e6568810709c183ad516a8548a3;hp=719fc547b3e157cdb14a8a09ba77a1d7c5f1f585;hpb=ada59fcd3230e661bc1110702a2fb4ef76371bc1;p=git.git diff --git a/git-gui/lib/about.tcl b/git-gui/lib/about.tcl index 719fc547b..241ab892c 100644 --- a/git-gui/lib/about.tcl +++ b/git-gui/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,11 @@ proc do_about {} { append v "Tcl version $tcl_patchLevel" append v ", Tk version $tk_patchLevel" } + if {[info exists ui_comm_spell] + && [$ui_comm_spell version] ne {}} { + append v "\n" + append v [$ui_comm_spell version] + } set d {} append d "git wrapper: $::_git\n"