aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wxsqlite3/wxsqlite3-1.9.7/wxtranslate.patch
blob: b40511cf05919e6577e43c7f2ad59d33d8740f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- wxsqlite3-1.9.7.orig/src/wxsqlite3.cpp	2009-11-09 20:59:38.000000000 +0100
+++ wxsqlite3-1.9.7/src/wxsqlite3.cpp	2009-12-06 17:58:35.000000000 +0100
@@ -94,6 +94,8 @@ static void InitSQLite3DLL()
 
 // Error messages
 
+#undef wxTRANSLATE
+#define wxTRANSLATE wxT
 const wxChar* wxERRMSG_NODB          = wxTRANSLATE("No Database opened");
 const wxChar* wxERRMSG_NOSTMT        = wxTRANSLATE("Statement not accessible");
 const wxChar* wxERRMSG_NOMEM         = wxTRANSLATE("Out of memory");