mousetweaks r160 - in trunk: . src
- From: gerdk svn gnome org
- To: svn-commits-list gnome org
- Subject: mousetweaks r160 - in trunk: . src
- Date: Mon, 19 May 2008 13:38:45 +0000 (UTC)
Author: gerdk
Date: Mon May 19 13:38:44 2008
New Revision: 160
URL: http://svn.gnome.org/viewvc/mousetweaks?rev=160&view=rev
Log:
2008-05-19 Gerd Kohlberger <gerdk svn gnome org>
* src/mt-main.c: Fix typos.
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 Mon May 19 13:38:44 2008
@@ -617,12 +617,12 @@
GOptionEntry entries[] = {
{"enable-dwell", 0, 0, G_OPTION_ARG_NONE, &dwell_click,
_("Enable dwell click"), 0},
- {"enable-seconadry", 0, 0, G_OPTION_ARG_NONE, &delay_click,
- _("Enable simualted secondary click"), 0},
+ {"enable-secondary", 0, 0, G_OPTION_ARG_NONE, &delay_click,
+ _("Enable simulated secondary click"), 0},
{"dwell-time", 0, 0, G_OPTION_ARG_DOUBLE, &dwell_time,
- _("Dwell click time"), "[0.5-3.0]"},
- {"seconadry-time", 0, 0, G_OPTION_ARG_DOUBLE, &delay_time,
- _("Simualted secondary click time"), "[0.5-3.0]"},
+ _("Time to wait before a dwell click"), "[0.5-3.0]"},
+ {"secondary-time", 0, 0, G_OPTION_ARG_DOUBLE, &delay_time,
+ _("Time to wait before a simulated secondary click"), "[0.5-3.0]"},
{"dwell-mode", 'm', 0, G_OPTION_ARG_STRING, &mode,
_("Dwell mode to use"), "[window|gesture]"},
{"show-ctw", 'c', 0, G_OPTION_ARG_NONE, &ctw,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]