/////////////////////////////////////////////////////////////////////////////
#if defined(__GNUG__) && !defined(__APPLE__)
- #pragma implementation "test.cpp"
- #pragma interface "test.cpp"
+ #pragma implementation
+ #pragma interface
#endif
// For compilers that support precompilation, includes "wx/wx.h".
#include "wx/fs_inet.h"
#include "wx/filedlg.h"
+#include "../../sample.xpm"
+
// ----------------------------------------------------------------------------
// private classes
// ----------------------------------------------------------------------------
// ... and attach this menu bar to the frame
SetMenuBar(menuBar);
+ SetIcon(wxIcon(sample_xpm));
+
#if wxUSE_ACCEL
// Create convenient accelerators for Back and Forward navigation
wxAcceleratorEntry entries[2];