Little adjustement concerning _() macro (maybe it s a compiler problem)
This commit is contained in:
parent
0c344a0273
commit
37a199ead2
|
@ -33,8 +33,10 @@
|
||||||
#include "grid/wxGridCellButtonRenderer.h"
|
#include "grid/wxGridCellButtonRenderer.h"
|
||||||
#include "grid/wxGridCellButtonEditor.h"
|
#include "grid/wxGridCellButtonEditor.h"
|
||||||
|
|
||||||
|
#ifdef WIN32
|
||||||
#undef _
|
#undef _
|
||||||
#define _(s) wxString(wxGetTranslation(s))
|
#define _(s) wxString(wxGetTranslation(s))
|
||||||
|
#endif
|
||||||
|
|
||||||
class KissCount;
|
class KissCount;
|
||||||
class AccountPanel;
|
class AccountPanel;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user