gui/i18n.h
author deba
Fri, 12 May 2006 09:52:28 +0000
changeset 2077 d687c0033bb5
permissions -rw-r--r--
Two state Variant
+ Some Compile Time arithmetic
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif