]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/sockets/server.cpp
Transfer printer name to/from GTK+ native print setup dialog.
[wxWidgets.git] / samples / sockets / server.cpp
index 6dcc04eb2343398a35132edc7727d40617579fa6..4187191ceeca460067d005619ec8e3d5cd2e5cd9 100644 (file)
@@ -45,7 +45,9 @@
 // --------------------------------------------------------------------------
 
 // the application icon
-#include "mondrian.xpm"
+#if !defined(__WXMSW__) && !defined(__WXPM__)
+    #include "../sample.xpm"
+#endif
 
 // --------------------------------------------------------------------------
 // classes
@@ -179,7 +181,7 @@ MyFrame::MyFrame() : wxFrame((wxFrame *)NULL, wxID_ANY,
                              wxDefaultPosition, wxSize(300, 200))
 {
   // Give the frame an icon
-  SetIcon(wxICON(mondrian));
+  SetIcon(wxICON(sample));
 
   // Make menus
   m_menuFile = new wxMenu();