gui/i18n.h
author deba
Tue, 18 Apr 2006 07:03:12 +0000
changeset 2060 be70ea3b957a
permissions -rw-r--r--
Images into the algorithm groups
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif