summaryrefslogtreecommitdiff
path: root/gst/gst-i18n-app.h
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-01-13 12:46:47 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-01-13 12:46:47 +0000
commita4a1b6e958f5830b970db65c82fb7d47ffac5107 (patch)
treecdfc51d072a12edaec48ac0ace1699ac1920d97a /gst/gst-i18n-app.h
parent452268280e96436bca1fc35859957d1b044a2fb8 (diff)
capitalize popt options
Original commit message from CVS: capitalize popt options
Diffstat (limited to 'gst/gst-i18n-app.h')
-rw-r--r--gst/gst-i18n-app.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gst-i18n-app.h b/gst/gst-i18n-app.h
index 7db13ac74..b589d23ae 100644
--- a/gst/gst-i18n-app.h
+++ b/gst/gst-i18n-app.h
@@ -30,6 +30,7 @@
#include "gettext.h" /* included with gettext distribution and copied */
/* we want to use shorthand _() for translating and N_() for marking */
+//#define _(String) gettext (String)
#define _(String) gettext (String)
#define N_(String) gettext_noop (String)
/* FIXME: if we need it, we can add Q_ as well, like in glib */