[packages/wxWidgets] - more workarounds

qboosh qboosh at pld-linux.org
Tue Oct 2 20:48:15 CEST 2012


commit 83591a68447f953f58e6a550ff2928255dfff690
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Oct 2 20:49:36 2012 +0200

    - more workarounds

 wxWidgets-format.patch | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
---
diff --git a/wxWidgets-format.patch b/wxWidgets-format.patch
index f8487cc..4f55b65 100644
--- a/wxWidgets-format.patch
+++ b/wxWidgets-format.patch
@@ -1633,3 +1633,27 @@
          return false;
      }
  
+--- wxWidgets-2.8.12/utils/emulator/src/emulator.cpp.orig	2011-03-22 13:00:37.000000000 +0100
++++ wxWidgets-2.8.12/utils/emulator/src/emulator.cpp	2012-10-02 20:48:39.157273514 +0200
+@@ -144,9 +144,7 @@
+ #ifdef __X__
+         wxLog::SetActiveTarget(new wxLogStderr);
+ #endif
+-        wxString msg;
+-        msg.Printf(wxT("wxWidgets PDA Emulator (c) Julian Smart, 2002 Version %.2f, %s"), wxEMULATOR_VERSION, __DATE__);
+-        wxLogMessage(msg);
++        wxLogMessage(wxT("wxWidgets PDA Emulator (c) Julian Smart, 2002 Version %.2f, %s"), wxEMULATOR_VERSION, __DATE__);
+         return false;
+     }
+     if (parser.Found(wxT("u"), & m_displayNumber))
+--- wxWidgets-2.8.12/utils/helpview/src/helpview.cpp.orig	2011-03-22 13:00:38.000000000 +0100
++++ wxWidgets-2.8.12/utils/helpview/src/helpview.cpp	2012-10-02 20:49:22.497272612 +0200
+@@ -184,7 +184,7 @@
+         {
+             wxString wxm = wxT("Server Create failed - service: ");
+             wxString xxm = wxm << service;
+-            wxLogError( xxm );
++            wxLogError(wxT("%s"), xxm );
+             //if MSW quits here, probably another copy already exists
+             return false;
+         }
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/wxWidgets.git/commitdiff/83591a68447f953f58e6a550ff2928255dfff690



More information about the pld-cvs-commit mailing list