i18n.h
author hegyi
Thu, 12 Oct 2006 11:39:29 +0000
changeset 160 14a76109b561
permissions -rw-r--r--
Node antigravity and edge elasticity based graph layout redesigner.
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif