mousetweaks r116 - in trunk: . src



Author: gerdk
Date: Thu Mar 20 00:07:09 2008
New Revision: 116
URL: http://svn.gnome.org/viewvc/mousetweaks?rev=116&view=rev

Log:
2008-03-20 Gerd Kohlberger <gerdk svn gnome org>

	* src/mt-main.c: Add options context description.



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

Modified: trunk/src/mt-main.c
==============================================================================
--- trunk/src/mt-main.c	(original)
+++ trunk/src/mt-main.c	Thu Mar 20 00:07:09 2008
@@ -428,7 +428,7 @@
     bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
     textdomain (GETTEXT_PACKAGE);
 
-    context = g_option_context_new ("");
+    context = g_option_context_new (_("- GNOME mousetweaks daemon"));
     g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
     g_option_context_add_group (context, gtk_get_option_group (FALSE));
     g_option_context_parse (context, &argc, &argv, NULL);



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