i18n.h
branchgui
changeset 133 b289ba51506f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/i18n.h	Fri Apr 14 18:31:16 2006 +0000
     1.3 @@ -0,0 +1,7 @@
     1.4 +#ifndef I18N_H
     1.5 +#define I18N_H
     1.6 +
     1.7 +#include "gettext.h"
     1.8 +#define _(string) gettext (string)
     1.9 +
    1.10 +#endif