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()
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif