i18n.h
author ladanyi
Mon, 25 Sep 2006 12:08:35 +0000
changeset 153 d79a71382836
permissions -rw-r--r--
Bugfixes.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif