]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/menu.cpp
some wxArtProv docs
[wxWidgets.git] / src / motif / menu.cpp
index c5d3232ead6330e8d5bde438578366a7b2355828..c9b821d6834eaba5e69ca12e64f77b63c36a08b8 100644 (file)
@@ -306,7 +306,7 @@ bool wxMenuBar::Insert(size_t pos, wxMenu *menu, const wxString& title)
 wxMenu *wxMenuBar::Replace(size_t pos, wxMenu *menu, const wxString& title)
 {
     if ( !wxMenuBarBase::Replace(pos, menu, title) )
-        return FALSE;
+        return NULL;
 
     wxFAIL_MSG(wxT("TODO"));