// Licence: wxWindows license
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-// #pragma implementation "docview.h"
-#endif
-
/*
* Purpose: Document/view architecture demo for wxWidgets class library - MDI
*/
#ifdef __WXMSW__
frame->SetIcon(wxIcon(_T("doc")));
#endif
-#ifdef __X__
- frame->SetIcon(wxIcon(_T("doc.xbm")));
-#endif
//// Make a menubar
wxMenu *file_menu = new wxMenu;