gui/i18n.h
author deba
Thu, 18 May 2006 16:13:44 +0000
changeset 2096 dbe860a83dc9
permissions -rw-r--r--
Bug fix
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif