i18n.h
author alpar
Fri, 13 Oct 2006 15:14:18 +0000
changeset 164 70e3c3646283
permissions -rw-r--r--
- Add missing repository files (AUTHORS COPYING NEWS README). They need to
be filled with info.
- RPM support
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif