i18n.h
author hegyi
Mon, 18 Sep 2006 16:02:20 +0000
changeset 148 5adf29662354
permissions -rw-r--r--
When moving nodes with midbutton little red arrows keep their position.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif