diff --git a/ChangeLog b/ChangeLog index ef6d58ccc..83cb9aac7 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 0c2861c13..e5bd2bad0 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 */