]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix for r59932
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 29 Mar 2009 23:16:17 +0000 (23:16 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 29 Mar 2009 23:16:17 +0000 (23:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/gtk/artgtk.cpp

index 0a67e6b0b0aabb528d43f8e3db7a58fc673c971e..33718756eaa4f0a43059d777f3e623b17e751a4a 100644 (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)