compilation fix for r59932
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -123,7 +123,7 @@ const wxScopedCharBuffer wxArtIDToStock(const wxArtID& id)
|
|||||||
// allow passing GTK+ stock IDs to wxArtProvider -- if a recognized wx
|
// allow passing GTK+ stock IDs to wxArtProvider -- if a recognized wx
|
||||||
// ID wasn't found, pass it to GTK+ in the hope it is a GTK+ or theme
|
// ID wasn't found, pass it to GTK+ in the hope it is a GTK+ or theme
|
||||||
// icon name:
|
// icon name:
|
||||||
return id.utf8_str();
|
return id.mb_str();
|
||||||
}
|
}
|
||||||
|
|
||||||
GtkIconSize ArtClientToIconSize(const wxArtClient& client)
|
GtkIconSize ArtClientToIconSize(const wxArtClient& client)
|
||||||
|
Reference in New Issue
Block a user