From edc841ab126d153fb35a196e42f372e0803e737d Mon Sep 17 00:00:00 2001 From: austriancoder Date: Thu, 19 Aug 2004 01:17:06 +0000 Subject: finally fixed i18n support --- dxr3i18n.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'dxr3i18n.h') diff --git a/dxr3i18n.h b/dxr3i18n.h index e637151..baa95cb 100644 --- a/dxr3i18n.h +++ b/dxr3i18n.h @@ -24,10 +24,6 @@ #include -extern const char *i18n_name; extern const tI18nPhrase Phrases[]; -#undef tr -#define tr(s) I18nTranslate(s, i18n_name) - #endif /*_DXR3_I18N_H_*/ -- cgit v1.2.3