gst/gsterror.c: Fix error message for GST_LIBRARY_ERROR_SETTINGS (feel free to come...
authorTim-Philipp Müller <tim@centricular.net>
Fri, 13 Oct 2006 09:37:59 +0000 (09:37 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Fri, 13 Oct 2006 09:37:59 +0000 (09:37 +0000)
Original commit message from CVS:
* gst/gsterror.c: (_gst_library_errors_init):
Fix error message for GST_LIBRARY_ERROR_SETTINGS (feel free to come
up with something better).

ChangeLog
gst/gsterror.c

index 99417b3..5f46d5a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
+
+       * gst/gsterror.c: (_gst_library_errors_init):
+         Fix error message for GST_LIBRARY_ERROR_SETTINGS (feel free to come
+         up with something better).
+
 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
 
        * win32/vs6/libgstreamer.dsp:
index b021e15..7577e39 100644 (file)
@@ -179,7 +179,7 @@ _gst_library_errors_init (void)
           "to this error." FILE_A_BUG));
   TABLE (t, LIBRARY, INIT, N_("Could not initialize supporting library."));
   TABLE (t, LIBRARY, SHUTDOWN, N_("Could not close supporting library."));
-  TABLE (t, LIBRARY, SETTINGS, N_("Could not close supporting library."));
+  TABLE (t, LIBRARY, SETTINGS, N_("Could not configure supporting library."));
 
   return t;
 }