gui/i18n.h
author alpar
Tue, 09 May 2006 09:21:48 +0000
changeset 2072 224d3781b00b
permissions -rw-r--r--
Create a separate group for matrices
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif