X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b011451bd5444fd5aea14811ef7a172a249c4ef..92c01615ecb4afeb325e5148554b443fed830534:/samples/controls/icons/combo.xpm diff --git a/samples/controls/icons/combo.xpm b/samples/controls/icons/combo.xpm index 554d2a2a08..050f496897 100644 --- a/samples/controls/icons/combo.xpm +++ b/samples/controls/icons/combo.xpm @@ -1,27 +1,27 @@ -/* XPM */ -static char * combo_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 combo_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 */ +"@@@@@@@@@@@@@@@@", +"@..............@", +"@....#####+++++@", +"@.#.######.....@", +"@.#.######+...+@", +"@....#####++.++@", +"@.+++++++++++++@", +"@@@@@@@@@@@@@@@@", +" ##############", +" ..............", +" .#########+.+.", +" .#########....", +" .#########+++.", +" .#########....", +" .#########+.+.", +" .............."};