add gstelement.c for translation remove config.h from i18n headers
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 15:49:52 +0000 (15:49 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 19 Jan 2004 15:49:52 +0000 (15:49 +0000)
Original commit message from CVS:
add gstelement.c for translation
remove config.h from i18n headers

ChangeLog
gst/gst-i18n-app.h
gst/gst-i18n-lib.h

index b17bfae5846d0312fb85c2c09dd84d20555f3df5..33aca2492374a8de05293cf575d798ba807d9bd6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index 7db13ac74efe6222d10d6479eb5e1a49277395a4..19a59f37c5f70edad3f6f24cec3edda5b49ea19e 100644 (file)
 #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 */
index 55da0b4f97e8af7a39a36d75c0055e94f4384fe6..f5db797d128ef9bca6469a1de8511ddcc2e1719e 100644 (file)
 
 #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