]> git.saurik.com Git - wxWidgets.git/blobdiff - demos/life/bitmaps/play.xpm
SetTextColor --> SetTextColour, to be consistent with the rest of the lib
[wxWidgets.git] / demos / life / bitmaps / play.xpm
index 26d6d51f1e6aa3fc4d9ccc037573aca162f04d4b..6fddd44e561fa69a843571da4528c18635877cf3 100644 (file)
@@ -1,23 +1,24 @@
-/* XPM */\r
-static char *play_xpm[] = {\r
-/* columns rows colors chars-per-pixel */\r
-"16 16 2 1",\r
-"  c None",\r
-". c Black",\r
-/* pixels */\r
-"                ",\r
-"                ",\r
-"                ",\r
-"    .           ",\r
-"    ...         ",\r
-"    .....       ",\r
-"    .......     ",\r
-"    .........   ",\r
-"    .......     ",\r
-"    .....       ",\r
-"    ...         ",\r
-"    .           ",\r
-"                ",\r
-"                ",\r
-"                "\r
-};\r
+/* XPM */
+static char *play_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"16 16 2 1",
+"  c None",
+". c Black",
+/* pixels */
+"                ",
+"                ",
+"                ",
+"    .           ",
+"    ...         ",
+"    .....       ",
+"    .......     ",
+"    .........   ",
+"    .......     ",
+"    .....       ",
+"    ...         ",
+"    .           ",
+"                ",
+"                ",
+"                ",
+"                "
+};