gui/i18n.h
author deba
Tue, 09 May 2006 11:25:34 +0000
changeset 2074 c7ee2a2a3cff
permissions -rw-r--r--
Bug fix

Do not delete the not constructed map
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif