i18n.h
author ladanyi
Mon, 26 Jun 2006 21:36:38 +0000
changeset 142 90d0348e14cb
permissions -rw-r--r--
Copied license file from lemon/trunk.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif