#include "copy.xpm"
#endif
+#ifndef __WXMSW__
+ #include "../sample.xpm"
+#endif
+
// ----------------------------------------------------------------------------
// classes
// ----------------------------------------------------------------------------
MyFrame::MyFrame()
: wxFrame((wxFrame *)NULL, wxID_ANY, _T("wxWidgets menu sample"))
{
+ SetIcon(wxICON(sample));
+
#if USE_LOG_WINDOW
m_textctrl = NULL;
#endif
{
(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))