X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d7836c47de679f03b1b7e738c77164c11bd3689..1aac44b9daa8072febac04345ee75e133966d8f4:/samples/richtext/bitmaps/centre.xpm diff --git a/samples/richtext/bitmaps/centre.xpm b/samples/richtext/bitmaps/centre.xpm index 17ca289673..0832fa002d 100644 --- a/samples/richtext/bitmaps/centre.xpm +++ b/samples/richtext/bitmaps/centre.xpm @@ -1,24 +1,24 @@ -/* XPM */ -static char *centre_xpm[] = { -/* columns rows colors chars-per-pixel */ -"16 16 2 1", -". c #4D4D4D", -" c None", -/* pixels */ -" ", -" ", -" .............. ", -" ", -" .......... ", -" ", -" .............. ", -" ", -" .......... ", -" ", -" .............. ", -" ", -" .......... ", -" ", -" ", -" " -}; +/* XPM */ +static const char *const centre_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1", +". c #4D4D4D", +" c None", +/* pixels */ +" ", +" ", +" .............. ", +" ", +" .......... ", +" ", +" .............. ", +" ", +" .......... ", +" ", +" .............. ", +" ", +" .......... ", +" ", +" ", +" " +};