i18n.h
author ladanyi
Thu, 28 Dec 2006 15:31:39 +0000
changeset 183 48580778851e
permissions -rw-r--r--
Add missing export.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif