Code

git-gui: More consistently display the application name.
authorShawn O. Pearce <spearce@spearce.org>
Wed, 14 Feb 2007 05:10:20 +0000 (00:10 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Wed, 14 Feb 2007 05:10:20 +0000 (00:10 -0500)
commit5ac58f5ba1392416a911c618abba6d874987a1b0
treecdcc682158233acb7b1f53591678c3a65097a491
parentcdf6e08880b4924fa717bd6ca700081f445c9065
git-gui: More consistently display the application name.

I started to find it confusing that git-gui would refer to itself
as git-citool when it was started through the citool hardlink, or
with the citool subcommand.  What was especially confusing was the
options dialog and the about dialog, as both seemed to imply they
were somehow different from the git-gui versions.  In actuality
there is no difference at all.

Now we just call our options menu item 'Options...' (skipping the
application name) and our About dialog now always shows git-gui
within the short description (above the copyleft notice) and in
the version field.

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