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
This commit is contained in:
Jouk Jansen
2003-01-29 11:54:57 +00:00
parent e004299a08
commit 701d8d7606

View 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