X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d7836c47de679f03b1b7e738c77164c11bd3689..0738b901b17340f09766524b8d9d79e9ed1268e7:/samples/richtext/bitmaps/bold.xpm diff --git a/samples/richtext/bitmaps/bold.xpm b/samples/richtext/bitmaps/bold.xpm index fb25642ede..fecbd949db 100644 --- a/samples/richtext/bitmaps/bold.xpm +++ b/samples/richtext/bitmaps/bold.xpm @@ -1,24 +1,24 @@ -/* XPM */ -static char *bold_xpm[] = { -/* columns rows colors chars-per-pixel */ -"16 16 2 1", -". c Black", -" c None", -/* pixels */ -" ", -" ", -" ", -" ........ ", -" ... ... ", -" ... ... ", -" ... ... ", -" ....... ", -" ... ... ", -" ... ... ", -" ... ... ", -" ........ ", -" ", -" ", -" ", -" " -}; +/* XPM */ +static const char *const bold_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1", +". c Black", +" c None", +/* pixels */ +" ", +" ", +" ", +" ........ ", +" ... ... ", +" ... ... ", +" ... ... ", +" ....... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ........ ", +" ", +" ", +" ", +" " +};