diff -r 0e4f009eab8b -r 67188bd752db i18n.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/i18n.h Mon Jul 07 08:10:39 2008 -0500 @@ -0,0 +1,7 @@ +#ifndef I18N_H +#define I18N_H + +#include "gettext.h" +#define _(string) gettext (string) + +#endif