Author: nick
Date: 2008-07-18 13:53:06 +0000 (Fri, 18 Jul 2008)
New Revision: 27339

Modified:
   xfce4-settings/trunk/ChangeLog
   xfce4-settings/trunk/dialogs/mouse-settings/main.c
Log:
        * dialogs/mouse-settings/main.c: Change option values string.
          mouse device is added. Notification has a button to open

Modified: xfce4-settings/trunk/ChangeLog
===================================================================
--- xfce4-settings/trunk/ChangeLog      2008-07-18 13:50:35 UTC (rev 27338)
+++ xfce4-settings/trunk/ChangeLog      2008-07-18 13:53:06 UTC (rev 27339)
@@ -1,8 +1,12 @@
 2008-07-18     Nick Schermer <[EMAIL PROTECTED]>
 
+       * dialogs/mouse-settings/main.c: Change option values string.
+
+2008-07-18     Nick Schermer <[EMAIL PROTECTED]>
+
        * dialogs/mouse-settings/main.c, xfce4-settings-helper/pointers.c,
          xfce4-settings-helper/Makefile.am: Show a notification when a
-         mouse device is added. Notifications has a button to open
+         mouse device is added. Notification has a button to open
          the settings dialog, which will select the new device (if possible).
 
 2008-07-18     Nick Schermer <[EMAIL PROTECTED]>

Modified: xfce4-settings/trunk/dialogs/mouse-settings/main.c
===================================================================
--- xfce4-settings/trunk/dialogs/mouse-settings/main.c  2008-07-18 13:50:35 UTC 
(rev 27338)
+++ xfce4-settings/trunk/dialogs/mouse-settings/main.c  2008-07-18 13:53:06 UTC 
(rev 27339)
@@ -83,7 +83,7 @@
 static GOptionEntry option_entries[] =
 {
     { "version", 'v', 0, G_OPTION_ARG_NONE, &opt_version, N_("Version 
information"), NULL },
-    { "device", 'd', 0, G_OPTION_ARG_STRING, &opt_device_name, N_("Active 
device in the dialog"), N_("[NAME..]") },
+    { "device", 'd', 0, G_OPTION_ARG_STRING, &opt_device_name, N_("Active 
device in the dialog"), N_("DEVICE NAME") },
     { NULL }
 };
 

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to