X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5b011451bd5444fd5aea14811ef7a172a249c4ef..4e15d1caa03346c126015019c1fdf093033ef40b:/samples/controls/icons/radio.xpm?ds=sidebyside diff --git a/samples/controls/icons/radio.xpm b/samples/controls/icons/radio.xpm index e4695e828f..3e4440e2fe 100644 --- a/samples/controls/icons/radio.xpm +++ b/samples/controls/icons/radio.xpm @@ -1,27 +1,27 @@ -/* XPM */ -static char * radio_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 radio_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 */ +" . ", +" .. .. ", +"+++.+.++...++++.", +"+@.@...@@..@@@@.", +"+@.+++.+....++@.", +"+@++++++++++++@.", +"+@++++++++++++@.", +"+@++++...+++++@.", +"+@+++.###@++++@.", +"+@+++.#.#@++++@.", +"+@+++.###@++++@.", +"+@++++@@@+++++@.", +"+@++++++++++++@.", +"+@++++++++++++@.", +"+@@@@@@@@@@@@@@.", +"................"};