i18n.h
author ladanyi
Tue, 18 Apr 2006 22:59:33 +0000
branchgui
changeset 134 82e19031c319
permissions -rw-r--r--
id->label
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif