Added UnivDebug, UnivRelease configurations to project file
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10818 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -431,14 +431,9 @@ void MyFrame::OnClearLog(wxCommandEvent& WXUNUSED(event))
|
||||
|
||||
void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
|
||||
{
|
||||
#ifdef __WXUNIVERSAL__
|
||||
// wxMessageBox not implemented yet
|
||||
wxLogMessage("wxWindows menu sample\n<EFBFBD> 1999-2001 Vadim Zeitlin");
|
||||
#else
|
||||
(void)wxMessageBox("wxWindows menu sample\n<EFBFBD> 1999-2001 Vadim Zeitlin",
|
||||
"About wxWindows menu sample",
|
||||
wxICON_INFORMATION);
|
||||
#endif
|
||||
}
|
||||
|
||||
void MyFrame::OnDeleteMenu(wxCommandEvent& WXUNUSED(event))
|
||||
|
Reference in New Issue
Block a user