diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 15:45:55 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-01-19 15:45:55 +0000 |
commit | 22f4937e955a00d4fa099545ceb5523eafafd8a9 (patch) | |
tree | 323af199e73c709bd3f94c4e4ea3d344520fe119 /gst-libs/gst/gst-i18n-plugin.h | |
parent | f83bd835e019c1f11adae83337bb9f00292b2365 (diff) | |
download | gst-plugins-bad-22f4937e955a00d4fa099545ceb5523eafafd8a9.tar.gz gst-plugins-bad-22f4937e955a00d4fa099545ceb5523eafafd8a9.tar.bz2 gst-plugins-bad-22f4937e955a00d4fa099545ceb5523eafafd8a9.zip |
putting i18n in place for plugins
Original commit message from CVS:
putting i18n in place for plugins
Diffstat (limited to 'gst-libs/gst/gst-i18n-plugin.h')
-rw-r--r-- | gst-libs/gst/gst-i18n-plugin.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gst-libs/gst/gst-i18n-plugin.h b/gst-libs/gst/gst-i18n-plugin.h index b139bc87..a57eb73b 100644 --- a/gst-libs/gst/gst-i18n-plugin.h +++ b/gst-libs/gst/gst-i18n-plugin.h @@ -23,15 +23,12 @@ #ifndef __GST_I18N_PLUGIN_H__ #define __GST_I18N_PLUGIN_H__ -#if 0 #include "gettext.h" /* included with gettext distribution and copied */ -#endif #ifdef HAVE_CONFIG_H # include "config.h" #endif -#if 0 #ifndef GETTEXT_PACKAGE #error You must define GETTEXT_PACKAGE before including this header. #endif @@ -40,10 +37,5 @@ #define _(String) dgettext (GETTEXT_PACKAGE, String) #define N_(String) gettext_noop (String) /* FIXME: if we need it, we can add Q_ as well, like in glib */ -#endif - -/* FIXME: we define them as passthrough first */ -#define _(String) String -#define N_(String) String #endif /* __GST_I18N_PLUGIN_H__ */ |