mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
remove textdomain call
Original commit message from CVS: remove textdomain call
This commit is contained in:
parent
47d8f12048
commit
21b3158d5d
2 changed files with 5 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue