gui/i18n.h
author alpar
Tue, 18 Apr 2006 13:25:41 +0000
changeset 2062 35e0355c6d9b
permissions -rw-r--r--
Also check mingw compatibility
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif