X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7bce6aec996f0e9da49963af7183f7bc9cd1fca3..4e15d1caa03346c126015019c1fdf093033ef40b:/samples/controls/icons/gauge.xpm diff --git a/samples/controls/icons/gauge.xpm b/samples/controls/icons/gauge.xpm index 947bbdf024..365231eabe 100644 --- a/samples/controls/icons/gauge.xpm +++ b/samples/controls/icons/gauge.xpm @@ -1,27 +1,27 @@ -/* XPM */ -static char * gauge_xpm[] = { -/* width height ncolors chars_per_pixel */ -"16 16 5 1", -/* colors */ -" s None c None", -". c #000000", -"+ c #000080", -"@ c #c0c0c0", -"# c #808080", -/* pixels */ -" ", -" ", -" ", -"################", -"#..............#", -"#.++++++++@@@@@#", -"#.++++++++@@@@@#", -"#.++++++++@@@@@#", -"#.++++++++@@@@@#", -"#.++++++++@@@@@#", -"#.++++++++@@@@@#", -"#.++++++++@@@@@#", -"################", -" ", -" ", -" "}; +/* XPM */ +static const char *const gauge_xpm[] = { +/* width height ncolors chars_per_pixel */ +"16 16 5 1", +/* colors */ +" s None c None", +". c #000000", +"+ c #000080", +"@ c #c0c0c0", +"# c #808080", +/* pixels */ +" ", +" ", +" ", +"################", +"#..............#", +"#.++++++++@@@@@#", +"#.++++++++@@@@@#", +"#.++++++++@@@@@#", +"#.++++++++@@@@@#", +"#.++++++++@@@@@#", +"#.++++++++@@@@@#", +"#.++++++++@@@@@#", +"################", +" ", +" ", +" "};