From: Václav Slavík Date: Sun, 29 Mar 2009 23:16:17 +0000 (+0000) Subject: compilation fix for r59932 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/62e68ee3c686986f7adc39cbd5b238a1ec7386e0 compilation fix for r59932 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/gtk/artgtk.cpp b/src/gtk/artgtk.cpp index 0a67e6b0b0..33718756ea 100644 --- a/src/gtk/artgtk.cpp +++ b/src/gtk/artgtk.cpp @@ -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)