gui/i18n.h
author deba
Mon, 15 May 2006 09:46:33 +0000
changeset 2083 f50c8c191cbd
permissions -rw-r--r--
Writing only not empty sections
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif