]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/menu.cpp
tried to correct the colour problems
[wxWidgets.git] / src / gtk / menu.cpp
index 6758d6b4ba702dd5ceb791e75a43d4e42ffad82b..47ac10d93f9ab58fc6276b86de624b85eac0d87f 100644 (file)
@@ -955,9 +955,9 @@ bool wxMenu::DoInsert(size_t pos, wxMenuItem *item)
 #else // GTK < 1.2
     // this should be easy to do...
     wxFAIL_MSG( wxT("not implemented") );
-#endif // GTK 1.2/1.0
 
     return FALSE;
+#endif // GTK 1.2/1.0
 }
 
 wxMenuItem *wxMenu::DoRemove(wxMenuItem *item)