glib r7758 - in trunk: . glib



Author: matthiasc
Date: Fri Jan  2 02:49:06 2009
New Revision: 7758
URL: http://svn.gnome.org/viewvc/glib?rev=7758&view=rev

Log:
        * glib/goption.c: Fix a wrong reference in the docs, reported by
        Takeshi Aihana.



Modified:
   trunk/ChangeLog
   trunk/glib/goption.c

Modified: trunk/glib/goption.c
==============================================================================
--- trunk/glib/goption.c	(original)
+++ trunk/glib/goption.c	Fri Jan  2 02:49:06 2009
@@ -2101,7 +2101,7 @@
  * (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 @@
  * 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
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]