i18n.h
author hegyi
Thu, 29 Mar 2007 12:17:36 +0000
changeset 199 128195bbab73
permissions -rw-r--r--
Bugfix
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif