X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b011451bd5444fd5aea14811ef7a172a249c4ef..fd78ef4715d4afe60a2ddb4bc4080af24ce7946d:/samples/controls/icons/text.xpm diff --git a/samples/controls/icons/text.xpm b/samples/controls/icons/text.xpm index f4bea54bd8..b3b34be1a0 100644 --- a/samples/controls/icons/text.xpm +++ b/samples/controls/icons/text.xpm @@ -1,27 +1,27 @@ -/* XPM */ -static char * text_xpm[] = { -/* width height ncolors chars_per_pixel */ -"16 16 5 1", -/* colors */ -" s None c None", -". c #000000", -"+ c #c0c0c0", -"@ c #808080", -"# c #ffffff", -/* pixels */ -" ", -" ", -" ", -"@@@@@@@@@@@@@@@@", -"@..............@", -"@.############+@", -"@.#...########+@", -"@.##.#########+@", -"@.##.#########+@", -"@.#...########+@", -"@.############+@", -"@.+++++++++++++@", -"@@@@@@@@@@@@@@@@", -" ", -" ", -" "}; +/* XPM */ +static const char *const text_xpm[] = { +/* width height ncolors chars_per_pixel */ +"16 16 5 1", +/* colors */ +" s None c None", +". c #000000", +"+ c #c0c0c0", +"@ c #808080", +"# c #ffffff", +/* pixels */ +" ", +" ", +" ", +"@@@@@@@@@@@@@@@@", +"@..............@", +"@.############+@", +"@.#...########+@", +"@.##.#########+@", +"@.##.#########+@", +"@.#...########+@", +"@.############+@", +"@.+++++++++++++@", +"@@@@@@@@@@@@@@@@", +" ", +" ", +" "};