mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-31 20:48:56 +00:00
add gstelement.c for translation remove config.h from i18n headers
Original commit message from CVS: add gstelement.c for translation remove config.h from i18n headers
This commit is contained in:
parent
1832de08dd
commit
8e0c83daf9
3 changed files with 4 additions and 9 deletions
|
@ -1,12 +1,15 @@
|
|||
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/gst-i18n-app.h:
|
||||
* gst/gst-i18n-lib.h:
|
||||
remove inclusion of config.h
|
||||
* po/POTFILES.in:
|
||||
* po/nl.po:
|
||||
add gst/gstelement.c
|
||||
|
||||
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* po/nl.po: updated Dutch translation
|
||||
* po/nl.po: updated Dutch translation
|
||||
|
||||
2004-01-19 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
|
|
|
@ -23,10 +23,6 @@
|
|||
#ifndef __GST_I18N_APP_H__
|
||||
#define __GST_I18N_APP_H__
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gettext.h" /* included with gettext distribution and copied */
|
||||
|
||||
/* we want to use shorthand _() for translating and N_() for marking */
|
||||
|
|
|
@ -25,10 +25,6 @@
|
|||
|
||||
#include "gettext.h" /* included with gettext distribution and copied */
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include "config.h"
|
||||
#endif
|
||||
|
||||
#ifndef GETTEXT_PACKAGE
|
||||
#error You must define GETTEXT_PACKAGE before including this header.
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue