X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5d7836c47de679f03b1b7e738c77164c11bd3689..40730ad17db78193611389a3d12db772b28eac31:/samples/richtext/bitmaps/underline.xpm diff --git a/samples/richtext/bitmaps/underline.xpm b/samples/richtext/bitmaps/underline.xpm index 5513b39a15..441085a772 100644 --- a/samples/richtext/bitmaps/underline.xpm +++ b/samples/richtext/bitmaps/underline.xpm @@ -1,25 +1,25 @@ -/* XPM */ -static char *underline_xpm[] = { -/* columns rows colors chars-per-pixel */ -"16 16 3 1", -". c Black", -"X c #A6A6A6", -" c None", -/* pixels */ -" ", -" ", -" ", -" .... .... ", -" .. .. ", -" .. .. ", -" .. .. ", -" .. .. ", -" .. .. ", -" .. .. ", -" ..X X.. ", -" ..... ", -" ", -" ......... ", -" ", -" " -}; +/* XPM */ +static const char *const underline_xpm[] = { +/* columns rows colors chars-per-pixel */ +"16 16 3 1", +". c Black", +"X c #A6A6A6", +" c None", +/* pixels */ +" ", +" ", +" ", +" .... .... ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" .. .. ", +" ..X X.. ", +" ..... ", +" ", +" ......... ", +" ", +" " +};