Little adjustement concerning _() macro (maybe it s a compiler problem)

This commit is contained in:
Grégory Soutadé 2011-02-06 09:07:57 +01:00
parent 0c344a0273
commit 37a199ead2
1 changed files with 2 additions and 0 deletions

View File

@ -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;