From: Bert Wesarg Date: Thu, 9 Dec 2010 20:46:21 +0000 (+0100) Subject: git-gui: fix typo in image data X-Git-Tag: gitgui-0.14.0~22 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bf5fe3f33c2296f2a092d8dce4e1dbec171fde02;p=git.git git-gui: fix typo in image data Signed-off-by: Bert Wesarg Signed-off-by: Pat Thoyts --- 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,