From bf5fe3f33c2296f2a092d8dce4e1dbec171fde02 Mon Sep 17 00:00:00 2001 From: Bert Wesarg Date: Thu, 9 Dec 2010 21:46:21 +0100 Subject: [PATCH] git-gui: fix typo in image data Signed-off-by: Bert Wesarg Signed-off-by: Pat Thoyts --- git-gui.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-gui.sh b/git-gui.sh index 8c3cf6b850..8d576b398c 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, -- 2.11.4.GIT