X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d7836c47de679f03b1b7e738c77164c11bd3689..d5cc191c9cd48a915ce0dfc6e49511b2fddb6746:/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 */ +" ", +" ", +" ", +" ........ ", +" ... ... ", +" ... ... ", +" ... ... ", +" ....... ", +" ... ... ", +" ... ... ", +" ... ... ", +" ........ ", +" ", +" ", +" ", +" " +};