gui/i18n.h
author alpar
Tue, 09 May 2006 09:23:39 +0000
changeset 2073 d886e4b131e6
permissions -rw-r--r--
- fix bug #43: static and const in Tolerance class
- fix return value of nonZero()
ladanyi@2052
     1
#ifndef I18N_H
ladanyi@2052
     2
#define I18N_H
ladanyi@2052
     3
ladanyi@2052
     4
#include "gettext.h"
ladanyi@2052
     5
#define _(string) gettext (string)
ladanyi@2052
     6
ladanyi@2052
     7
#endif