gui/i18n.h
author ladanyi
Sun, 21 May 2006 22:18:57 +0000
changeset 2097 6b2903440d2b
permissions -rw-r--r--
Gettext is needed for bootstrapping.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif