X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c67d86184d21b37d32c621bd45318d5818c3f864..2803fb9cafeef4146e3f0c52cdfab593f7843af9:/samples/controls/icons/stattext.xpm diff --git a/samples/controls/icons/stattext.xpm b/samples/controls/icons/stattext.xpm index 1ff8e94d4e..9a1434d0e7 100644 --- a/samples/controls/icons/stattext.xpm +++ b/samples/controls/icons/stattext.xpm @@ -1,24 +1,24 @@ -/* XPM */ -static char * stattext_xpm[] = { -/* width height ncolors chars_per_pixel */ -"16 16 2 1", -/* colors */ -" s None c None", -". c #000000", -/* pixels */ -" ", -" ", -" ", -" .. ", -" .. ", -" .... ", -" .... .... ", -" . . .. .. ", -" .. .. .... ", -" .. .. .. .. ", -" ...... .. .. ", -".. .. .. .. ", -".. .. ..... ", -" ", -" ", -" "}; +/* XPM */ +static const char *const stattext_xpm[] = { +/* width height ncolors chars_per_pixel */ +"16 16 2 1", +/* colors */ +" s None c None", +". c #000000", +/* pixels */ +" ", +" ", +" ", +" .. ", +" .. ", +" .... ", +" .... .... ", +" . . .. .. ", +" .. .. .... ", +" .. .. .. .. ", +" ...... .. .. ", +".. .. .. .. ", +".. .. ..... ", +" ", +" ", +" "};