From: Jouk Jansen Date: Wed, 29 Jan 2003 11:54:57 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/701d8d760654184a36807de712fc7a714f0adbca Committing in . 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 --- diff --git a/src/common/resource.cpp b/src/common/resource.cpp index de02d6a71f..c20116ff03 100644 --- a/src/common/resource.cpp +++ b/src/common/resource.cpp @@ -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