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
+#if defined( __WXGTK__ ) || defined( __WXMOTIF__ )
wxLogWarning(_("Icon resource specification %s not found."), (const wxChar*) resource);
break;
#else
wxLogWarning(_("Icon resource specification %s not found."), (const wxChar*) resource);
break;
#else