]> git.saurik.com Git - wxWidgets.git/commitdiff
Committing in .
authorJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 29 Jan 2003 11:54:57 +0000 (11:54 +0000)
committerJouk Jansen <joukj@hrem.nano.tudelft.nl>
Wed, 29 Jan 2003 11:54:57 +0000 (11:54 +0000)
 wxIcon creation changed -> MOTIF code had to be changed likewise the GTK
version.

 Modified Files:
  wxWindows/src/common/resource.cpp
 ----------------------------------------------------------------------

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19002 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/resource.cpp

index de02d6a71fbf490c85fa524a9e02ffa9ae23ec4b..c20116ff03cd98fd291c295b593f6d65f3452258 100644 (file)
@@ -2645,7 +2645,7 @@ wxIcon wxResourceCreateIcon(const wxString& resource, wxResourceTable *table)
             }
         default:
             {
-#ifdef __WXGTK__
+#if defined( __WXGTK__ ) || defined( __WXMOTIF__ )
                 wxLogWarning(_("Icon resource specification %s not found."), (const wxChar*) resource);
                 break;
 #else