git-gui: Include the Tcl/Tk version in the about dialog.
commit53f7a33bdc89a6ec870fdce5221c05a2759974d3
authorShawn O. Pearce <spearce@spearce.org>
Tue, 21 Nov 2006 07:46:51 +0000 (21 02:46 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 21 Nov 2006 07:46:51 +0000 (21 02:46 -0500)
treeb7af8efa2f0850cf6f9cf874ff24884bb3af3ade
parentbdc9ea202407114737d1d58f7bef00b9579df9b7
git-gui: Include the Tcl/Tk version in the about dialog.

Users may need to know what version of Tcl they are running git-gui
under, in case there is an interesting interface quirk or other
compatability problem we don't know about right now that we may
need to explore (and maybe fix).  Since its simple enough to show
a line with this version data we should do so.

We also try to reduce the amount of text shown as often the Tcl and Tk
version numbers will be identical; when this happens we should only show
the one version number.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui