]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/menu/menu.cpp
don't update stc.h when not building the library, it doesn't make sense to do this...
[wxWidgets.git] / samples / menu / menu.cpp
index 9003f351d84907874e778369a619e6e411e6a804..f4820fb1d1739da2aa53d447c1218945f45dce32 100644 (file)
@@ -680,7 +680,7 @@ void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
 {
     (void)wxMessageBox(_T("wxWidgets menu sample\n(c) 1999-2001 Vadim Zeitlin"),
                        _T("About wxWidgets menu sample"),
-                       wxICON_INFORMATION);
+                       wxOK | wxICON_INFORMATION);
 }
 
 void MyFrame::OnDeleteMenu(wxCommandEvent& WXUNUSED(event))