[dasher: 27/27] & -> & as per report by Gil Forcada in #626352.
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher: 27/27] & -> & as per report by Gil Forcada in #626352.
- Date: Wed, 18 Aug 2010 15:11:57 +0000 (UTC)
commit 953d86d61f92c9708e3d6eb850f08c5b8aceae43
Author: Patrick Welche <prlw1 cam ac uk>
Date: Wed Aug 18 12:53:16 2010 +0100
& -> & as per report by Gil Forcada in #626352.
Src/DasherCore/Parameters.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Src/DasherCore/Parameters.h b/Src/DasherCore/Parameters.h
index cf8650d..dd95cfa 100644
--- a/Src/DasherCore/Parameters.h
+++ b/Src/DasherCore/Parameters.h
@@ -174,9 +174,9 @@ static bp_table boolparamtable[] = {
{BP_SPEAK_WORDS, "SpeakWords", PERS, false, "Speak words as they are written"},
{BP_CONTROL_MODE_HAS_HALT, "ControlHasHalt", PERS, false, "Force Control Mode to provide a stop action (triggering clipboard/speech)"},
#ifdef TARGET_OS_MAC
- {BP_CONTROL_MODE_HAS_EDIT, "ControlHasEdit", PERS, false, "Provide editing functions in control mode (forward & backward movement & deletion)"},
+ {BP_CONTROL_MODE_HAS_EDIT, "ControlHasEdit", PERS, false, "Provide editing functions in control mode (forward & backward movement & deletion)"},
#else
- {BP_CONTROL_MODE_HAS_EDIT, "ControlHasEdit", PERS, true, "Provide editing functions in control mode (forward & backward movement & deletion)"},
+ {BP_CONTROL_MODE_HAS_EDIT, "ControlHasEdit", PERS, true, "Provide editing functions in control mode (forward & backward movement & deletion)"},
#endif
{BP_CONTROL_MODE_HAS_COPY, "ControlHasCopy", PERS, true, "Provide copy-to-clipboard actions in Control Mode (if platforms supports)"},
{BP_CONTROL_MODE_HAS_SPEECH, "ControlHasSpeech", PERS, true, "Provide speech actions in Control Mode (if platform supports)"},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]