i18n.h
author hegyi
Thu, 28 Sep 2006 09:26:48 +0000
changeset 155 74065e83844d
permissions -rw-r--r--
Small modification in node view settings.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif