remove textdomain call

Original commit message from CVS:
remove textdomain call
This commit is contained in:
Thomas Vander Stichele 2004-02-02 22:01:23 +00:00
parent 47d8f12048
commit 21b3158d5d
2 changed files with 5 additions and 1 deletions

View file

@ -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:

View file

@ -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