gui/i18n.h
author deba
Tue, 25 Apr 2006 14:48:50 +0000
changeset 2064 2c5f81b35269
permissions -rw-r--r--
Bug fix in findUEdge
     1 #ifndef I18N_H
     2 #define I18N_H
     3 
     4 #include "gettext.h"
     5 #define _(string) gettext (string)
     6 
     7 #endif