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:
Václav Slavík
2009-03-29 23:16:17 +00:00
parent d21aa7f4eb
commit 62e68ee3c6

View File

@@ -123,7 +123,7 @@ const wxScopedCharBuffer wxArtIDToStock(const wxArtID& id)
// 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
// icon name:
return id.utf8_str();
return id.mb_str();
}
GtkIconSize ArtClientToIconSize(const wxArtClient& client)