From: Jakub Bogusz Date: Tue, 2 Oct 2012 16:52:25 +0000 (+0200) Subject: - more workarounds X-Git-Tag: auto/th/wxWidgets-2.8.12-4~6 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=d2481809344d0d3ec26f5574b7bd017115da0698;p=packages%2FwxWidgets.git - more workarounds --- diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch index 2815595..9a75ba3 100644 --- a/wxWidgets-format.patch +++ b/wxWidgets-format.patch @@ -1611,3 +1611,14 @@ return false; } +--- wxWidgets-2.8.12/src/univ/theme.cpp.orig 2011-03-22 13:01:29.000000000 +0100 ++++ wxWidgets-2.8.12/src/univ/theme.cpp 2012-10-02 18:52:10.454085849 +0200 +@@ -111,7 +111,7 @@ + // abort if still nothing + if ( !theme ) + { +- wxLogError(_("Failed to initialize GUI: no built-in themes found.")); ++ wxLogError(wxT("%s"), _("Failed to initialize GUI: no built-in themes found.")); + + return false; + }