gui/i18n.h
author deba
Tue, 16 May 2006 17:13:42 +0000
changeset 2087 67258b5a057b
permissions -rw-r--r--
DirUGraphAdaptor documentation
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif