gwget r586 - in trunk: . src



Author: davidsf
Date: Thu May 22 17:30:34 2008
New Revision: 586
URL: http://svn.gnome.org/viewvc/gwget?rev=586&view=rev

Log:
2008-05-22  David SedeÃo <david alderia com>

        * src/main.c: translate program description in --help output. Thanks to Gabor Kelemen
        for the patch. Fix #534108.



Modified:
   trunk/ChangeLog
   trunk/src/main.c

Modified: trunk/src/main.c
==============================================================================
--- trunk/src/main.c	(original)
+++ trunk/src/main.c	Thu May 22 17:30:34 2008
@@ -249,6 +249,7 @@
 	bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
 	textdomain (GETTEXT_PACKAGE);
 	g_option_context_add_main_entries (context, goption_options, GETTEXT_PACKAGE);
+	g_option_context_set_translation_domain (context, GETTEXT_PACKAGE);
 #else
         g_option_context_add_main_entries (context, goption_options, NULL);
 #endif



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