i18n.h
author alpar
Wed, 23 Aug 2006 16:16:16 +0000
changeset 145 5baba2a107a1
permissions -rw-r--r--
Bugfix (graphs are not copy constructible)
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif