Fix a wrong reference in the docs, reported by Takeshi Aihana.
authorMatthias Clasen <matthiasc@src.gnome.org>
Fri, 2 Jan 2009 02:49:06 +0000 (02:49 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Fri, 2 Jan 2009 02:49:06 +0000 (02:49 +0000)
        * glib/goption.c: Fix a wrong reference in the docs, reported by
        Takeshi Aihana.

svn path=/trunk/; revision=7758

ChangeLog
glib/goption.c

index ef6d58c..83cb9aa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 2008-12-30  Matthias Clasen  <mclasen@redhat.com>
 
+       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  <mclasen@redhat.com>
+
        * glib/gspawn.c:
        * glib/gthread.c:
        * glib/goption.c:
index 0c2861c..e5bd2ba 100644 (file)
@@ -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
  */