i18n.h
author ladanyi
Mon, 26 Jun 2006 21:38:06 +0000
changeset 143 d3c775ea2d0c
permissions -rw-r--r--
Small fix.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif