]> git.pld-linux.org Git - packages/wxWidgets.git/commitdiff
- more workarounds
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Oct 2012 16:52:25 +0000 (18:52 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Tue, 2 Oct 2012 16:52:25 +0000 (18:52 +0200)
wxWidgets-format.patch

index 2815595575ec9a960aa7412c378ed5fe15196686..9a75ba32dd88ec8f9f68fee5461b06f42fe063b9 100644 (file)
          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;
+     }
This page took 0.121555 seconds and 4 git commands to generate.