i18n.h
author Akos Ladanyi <ladanyi@tmit.bme.hu>
Thu, 10 Jul 2008 20:38:53 +0100
changeset 5 390d05b2d25c
permissions -rw-r--r--
Upgrade gettext infrastructure.
hegyi@1
     1
#ifndef I18N_H
hegyi@1
     2
#define I18N_H
hegyi@1
     3
hegyi@1
     4
#include "gettext.h"
hegyi@1
     5
#define _(string) gettext (string)
hegyi@1
     6
hegyi@1
     7
#endif