i18n.h
author ladanyi
Sat, 16 Dec 2006 17:43:17 +0000
changeset 182 5cdee8207025
permissions -rw-r--r--
Handle the case when glemon_version_tag is empty.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif