]> git.saurik.com Git - wxWidgets.git/blobdiff - art/cross.xpm
check for m_filectrl != NULL in OnUpdateButtonsUI() (fixes crash under GTK1)
[wxWidgets.git] / art / cross.xpm
index 0c43a9ad6d25c2c878ef97f0ab896b08cb45ba5f..b30173b39845fd652ab390581779fa8e274e1065 100644 (file)
@@ -1,17 +1,17 @@
-/* XPM */\r
-static char *cross_xpm[] = {\r
-/* columns rows colors chars-per-pixel */\r
-"10 10 2 1",\r
-"  c Gray0",\r
-"# c None",\r
-/* pixels */\r
-" ######## ",\r
-"   ####   ",\r
-"#   ##   #",\r
-"##      ##",\r
-"###    ###",\r
-"###    ###",\r
-"##      ##",\r
-"#   ##   #",\r
-"   ####   ",\r
-"  ######  "};\r
+/* XPM */
+static char *cross_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"10 10 2 1",
+"  c Gray0",
+"# c None",
+/* pixels */
+" ######## ",
+"   ####   ",
+"#   ##   #",
+"##      ##",
+"###    ###",
+"###    ###",
+"##      ##",
+"#   ##   #",
+"   ####   ",
+"  ######  "};