i18n.h
author ladanyi
Wed, 10 Jan 2007 14:56:16 +0000
changeset 186 013afe9ee040
permissions -rw-r--r--
Removed this extra widget thing, because it is now developed in my private branch.
ladanyi@133
     1
#ifndef I18N_H
ladanyi@133
     2
#define I18N_H
ladanyi@133
     3
ladanyi@133
     4
#include "gettext.h"
ladanyi@133
     5
#define _(string) gettext (string)
ladanyi@133
     6
ladanyi@133
     7
#endif