diff options
| author | Shawn O. Pearce <spearce@spearce.org> | 2007-09-27 00:18:29 -0400 |
|---|---|---|
| committer | Shawn O. Pearce <spearce@spearce.org> | 2007-09-27 22:15:54 -0400 |
| commit | 1bdd8a153528b539fdaed23c18e87a374b1f3ff8 (patch) | |
| tree | 01c99b7bef07d0e9fdcf13a0e295ebcc0e2b420e /git-gui.sh | |
| parent | cbf13d9e0c4fc7ac4f2f52f88cff94f1fc311971 (diff) | |
| download | git-1bdd8a153528b539fdaed23c18e87a374b1f3ff8.tar.xz | |
git-gui: Use Henrik Nyh's git logo icon on Windows systems
Rather than displaying the stock red "Tk" icon in our window
title bars and on the task bar we now show a Git specific logo.
This is Henrik Nyh's logo that we also use in the startup wizard,
scaled to a 16x16 image for Windows task bar usage with a proper
transparent background.
Signed-off-by: Shawn O. Pearce <shawn.o.pearce@bankofamerica.com>
Diffstat (limited to 'git-gui.sh')
| -rwxr-xr-x | git-gui.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/git-gui.sh b/git-gui.sh index 37da8fde3b..843191a896 100755 --- a/git-gui.sh +++ b/git-gui.sh @@ -527,6 +527,10 @@ bind . <Visibility> { set root_exists 1 } +if {[is_Windows]} { + wm iconbitmap . -default $oguilib/git-gui.ico +} + ###################################################################### ## ## config defaults |
