From f038abdb38c12b307f2878d922b7bba0bfc3b62b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 13 Oct 2006 09:37:59 +0000 Subject: [PATCH] gst/gsterror.c: Fix error message for GST_LIBRARY_ERROR_SETTINGS (feel free to come up with something better). 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 | 6 ++++++ gst/gsterror.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 99417b3..5f46d5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-10-13 Tim-Philipp Müller + + * 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 * win32/vs6/libgstreamer.dsp: diff --git a/gst/gsterror.c b/gst/gsterror.c index b021e15..7577e39 100644 --- a/gst/gsterror.c +++ b/gst/gsterror.c @@ -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; } -- 2.7.4