From 37a199ead2a2d8109e1f91c81040ec63e74a4e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Sun, 6 Feb 2011 09:07:57 +0100 Subject: [PATCH] Little adjustement concerning _() macro (maybe it s a compiler problem) --- src/view/wxUI.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/view/wxUI.h b/src/view/wxUI.h index 631d01c..8c3376f 100644 --- a/src/view/wxUI.h +++ b/src/view/wxUI.h @@ -33,8 +33,10 @@ #include "grid/wxGridCellButtonRenderer.h" #include "grid/wxGridCellButtonEditor.h" +#ifdef WIN32 #undef _ #define _(s) wxString(wxGetTranslation(s)) +#endif class KissCount; class AccountPanel;