From 736bea99feec225de05232b605b4fc0bd9db4e56 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 2 Jan 2009 02:49:06 +0000 Subject: [PATCH] Fix a wrong reference in the docs, reported by Takeshi Aihana. * glib/goption.c: Fix a wrong reference in the docs, reported by Takeshi Aihana. svn path=/trunk/; revision=7758 --- ChangeLog | 8 ++++++++ glib/goption.c | 5 +++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index ef6d58cc..83cb9aac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2008-12-30 Matthias Clasen + + Bug 565905 – There is no named g_context_group_set_translation_domain() + in GOption command line parser + + * glib/goption.c: Fix a wrong reference in the docs, reported by + Takeshi Aihana. + 2008-12-30 Matthias Clasen * glib/gspawn.c: diff --git a/glib/goption.c b/glib/goption.c index 0c2861c1..e5bd2bad 100644 --- a/glib/goption.c +++ b/glib/goption.c @@ -2101,7 +2101,7 @@ g_option_group_set_translation_domain (GOptionGroup *group, * (see g_option_context_set_description()). * * If you are using gettext(), you only need to set the translation - * domain, see g_context_group_set_translation_domain(). + * domain, see g_option_context_set_translation_domain(). * * Since: 2.12 **/ @@ -2154,7 +2154,8 @@ g_option_context_set_translation_domain (GOptionContext *context, * program functionality. * * Note that the summary is translated (see - * g_option_context_set_translate_func(), g_option_context_set_translation_domain()). + * g_option_context_set_translate_func() and + * g_option_context_set_translation_domain()). * * Since: 2.12 */ -- 2.34.1