i18n.h
author hegyi
Thu, 21 Sep 2006 10:29:29 +0000
changeset 150 86273bfe0e4d
permissions -rw-r--r--
According to xy->Point changement.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif