]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/controls/icons/text.xpm
Fix unit tests compilation in STL build.
[wxWidgets.git] / samples / controls / icons / text.xpm
index f4bea54bd81943840dce05f16358484defbf48af..b3b34be1a07c3f296d811e6d3c45d25d2b01cdab 100644 (file)
@@ -1,27 +1,27 @@
-/* XPM */
-static char * text_xpm[] = {
-/* width height ncolors chars_per_pixel */
-"16 16 5 1",
-/* colors */
-"      s None  c None",
-".     c #000000",
-"+     c #c0c0c0",
-"@     c #808080",
-"#     c #ffffff",
-/* pixels */
-"                ",
-"                ",
-"                ",
-"@@@@@@@@@@@@@@@@",
-"@..............@",
-"@.############+@",
-"@.#...########+@",
-"@.##.#########+@",
-"@.##.#########+@",
-"@.#...########+@",
-"@.############+@",
-"@.+++++++++++++@",
-"@@@@@@@@@@@@@@@@",
-"                ",
-"                ",
-"                "};
+/* XPM */\r
+static const char *const text_xpm[] = {\r
+/* width height ncolors chars_per_pixel */\r
+"16 16 5 1",\r
+/* colors */\r
+"      s None  c None",\r
+".     c #000000",\r
+"+     c #c0c0c0",\r
+"@     c #808080",\r
+"#     c #ffffff",\r
+/* pixels */\r
+"                ",\r
+"                ",\r
+"                ",\r
+"@@@@@@@@@@@@@@@@",\r
+"@..............@",\r
+"@.############+@",\r
+"@.#...########+@",\r
+"@.##.#########+@",\r
+"@.##.#########+@",\r
+"@.#...########+@",\r
+"@.############+@",\r
+"@.+++++++++++++@",\r
+"@@@@@@@@@@@@@@@@",\r
+"                ",\r
+"                ",\r
+"                "};\r