summaryrefslogtreecommitdiff
path: root/menuitems.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-06-19 09:52:55 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2004-06-19 09:52:55 +0200
commit667643ec2360d06b642717c2c7786b9a85050771 (patch)
tree4c543c138c94cc6897dd4c905646988632d70683 /menuitems.c
parentb1737a8bcb3a259c9c57e76b818539191b96f045 (diff)
downloadvdr-667643ec2360d06b642717c2c7786b9a85050771.tar.gz
vdr-667643ec2360d06b642717c2c7786b9a85050771.tar.bz2
Fixed handling the color button texts in cMenuEditStrItem
Diffstat (limited to 'menuitems.c')
-rw-r--r--menuitems.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menuitems.c b/menuitems.c
index 3f835878..ee92dc9f 100644
--- a/menuitems.c
+++ b/menuitems.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menuitems.c 1.18 2004/05/16 12:47:02 kls Exp $
+ * $Id: menuitems.c 1.19 2004/06/19 09:45:45 kls Exp $
*/
#include "menuitems.h"
@@ -331,8 +331,8 @@ eOSState cMenuEditStrItem::ProcessKey(eKeys Key)
if (pos >= 0) {
insert = !insert;
newchar = true;
+ SetHelpKeys();
}
- SetHelpKeys();
break;
case kYellow|k_Repeat:
case kYellow: // Remove the character at current position; in insert mode it is the character to the right of cursor