i18n.h
author ladanyi
Wed, 21 Jun 2006 08:39:28 +0000
changeset 137 776d0e98fed0
permissions -rw-r--r--
Moved the gui to glemon/trunk.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif