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:
@@ -2645,7 +2645,7 @@ wxIcon wxResourceCreateIcon(const wxString& resource, wxResourceTable *table)
|
|||||||
}
|
}
|
||||||
default:
|
default:
|
||||||
{
|
{
|
||||||
#ifdef __WXGTK__
|
#if defined( __WXGTK__ ) || defined( __WXMOTIF__ )
|
||||||
wxLogWarning(_("Icon resource specification %s not found."), (const wxChar*) resource);
|
wxLogWarning(_("Icon resource specification %s not found."), (const wxChar*) resource);
|
||||||
break;
|
break;
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user