remove textdomain call
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 2 Feb 2004 22:01:23 +0000 (22:01 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 2 Feb 2004 22:01:23 +0000 (22:01 +0000)
Original commit message from CVS:
remove textdomain call

ChangeLog
gst/gst.c

index fef207cd5763ae6842ae3d003e9ba7b4c0c870e8..a96746c5cddb10a9c13c771d853d91cbfd7fd8d0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst/gst.c: (init_pre):
+          remove textdomain
+
 2004-02-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
 
        * docs/pwg/advanced-events.xml:
index 9dc6283b3edd8309b2a3e1046ac9f0bc76c4b684..19f37a742343a6d56b82b9dabdda5a15ee931809 100644 (file)
--- a/gst/gst.c
+++ b/gst/gst.c
@@ -403,7 +403,6 @@ init_pre (void)
 #ifdef ENABLE_NLS
   setlocale (LC_ALL, "");
   bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR);
-  textdomain (GETTEXT_PACKAGE);
 #endif /* ENABLE_NLS */
 
 #ifndef GST_DISABLE_REGISTRY