gui/i18n.h
author ladanyi
Fri, 14 Apr 2006 22:01:02 +0000
changeset 2056 8acf212a5ed4
permissions -rw-r--r--
downgrade to gettext 0.14.2
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif