i18n.h
author alpar
Sun, 22 Oct 2006 09:24:55 +0000
changeset 169 c223ffdbdb5c
permissions -rw-r--r--
Update for the new Path interface
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif