]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/thread/thread.cpp
Set column field of wxDVC ITEM_{ACTIVATED,CONTEXT_MENU} events.
[wxWidgets.git] / samples / thread / thread.cpp
index da8acbdc542570f84d0621975b6fac0e31912c26..cb3f8aef599b06dc3fcd3337884c5f44aab54290 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     06/16/98
 // RCS-ID:      $Id$
 // Copyright:   (c) 1998-2009 wxWidgets team
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -351,7 +351,7 @@ MyFrame::MyFrame(const wxString& title)
 {
     m_oldLogger = wxLog::GetActiveTarget();
 
-    SetIcon(wxIcon(sample_xpm));
+    SetIcon(wxICON(sample));
 
     // Make a menubar
     wxMenuBar *menuBar = new wxMenuBar;