medit/moo/gtksourceview/gtksourceview-i18n.h

21 lines
333 B
C
Raw Normal View History

2007-06-18 05:18:02 -05:00
#ifndef GTK_SOURCE_VIEW_I18N_H
#define GTK_SOURCE_VIEW_I18N_H
#include "mooutils/mooi18n.h"
#ifdef ENABLE_NLS
#undef _
#define _(string) _moo_gsv_gettext (string)
#undef Q_
#undef N_
#undef D_
#undef QD_
#endif /* ENABLE_NLS */
2007-12-02 14:23:45 -06:00
#define GD_(domain,string) _moo_gsv_dgettext (domain, string)
2007-06-18 05:18:02 -05:00
#endif /* GTK_SOURCE_VIEW_I18N_H */