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;