Corrected size of image

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@34462 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-05-31 16:15:26 +00:00
parent 1b7227003e
commit 0b20b90d2a

View File

@@ -3951,7 +3951,7 @@ static char *question_xpm[]={
/* Copyright (c) Julian Smart */
static char *warning_xpm[]={
/* columns rows colors chars-per-pixel */
"48 48 9 1",
"32 32 9 1",
"@ c Black",
"o c #A6A800",
"+ c #8A8C00",
@@ -3965,10 +3965,6 @@ static char *warning_xpm[]={
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . ",
" ... ",
" ... ",
@@ -3997,18 +3993,6 @@ static char *warning_xpm[]={
" .............................. ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};