gui/i18n.h
author ladanyi
Tue, 02 May 2006 18:23:42 +0000
changeset 2068 6936f130bba2
permissions -rw-r--r--
gLEMON does not compile with gtkmm 2.4.x
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif