aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert Wesarg <bert.wesarg@googlemail.com>2010-12-09 21:46:21 +0100
committerPat Thoyts <patthoyts@users.sourceforge.net>2011-01-28 00:16:42 +0000
commitbf5fe3f33c2296f2a092d8dce4e1dbec171fde02 (patch)
tree77b02aa7e6c5803253466c382ef088edb1a9ee57
parent7b3680f162bf27c119e6e0347ee87a9aa7a3ce1b (diff)
downloadgit-bf5fe3f33c2296f2a092d8dce4e1dbec171fde02.tar.gz
git-bf5fe3f33c2296f2a092d8dce4e1dbec171fde02.tar.xz
git-gui: fix typo in image data
Signed-off-by: Bert Wesarg <bert.wesarg@googlemail.com> Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
-rwxr-xr-xgit-gui.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-gui.sh b/git-gui.sh
index 8c3cf6b85..8d576b398 100755
--- a/git-gui.sh
+++ b/git-gui.sh
@@ -1962,8 +1962,8 @@ static unsigned char file_merge_bits[] = {
} -maskdata $filemask
image create bitmap file_statechange -background white -foreground green -data {
-#define file_merge_width 14
-#define file_merge_height 15
+#define file_statechange_width 14
+#define file_statechange_height 15
static unsigned char file_statechange_bits[] = {
0xfe, 0x01, 0x02, 0x03, 0x02, 0x05, 0x02, 0x09, 0x02, 0x1f, 0x62, 0x10,
0x62, 0x10, 0xba, 0x11, 0xba, 0x11, 0x62, 0x10, 0x62, 0x10, 0x02, 0x10,