summaryrefslogtreecommitdiff
path: root/menuitems.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-02-12 10:35:10 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-02-12 10:35:10 +0100
commitc9b5fd6588b70f8d675fde40864225c18fc459db (patch)
treee3a8d47b62accf25b4f6788bad479fa1b17c2d5d /menuitems.h
parent5820beed0233f95f64ea0665cfafe1847aa90074 (diff)
downloadvdr-c9b5fd6588b70f8d675fde40864225c18fc459db.tar.gz
vdr-c9b5fd6588b70f8d675fde40864225c18fc459db.tar.bz2
The "Back" key now restores the original string when pressed while editing a string item
Diffstat (limited to 'menuitems.h')
-rw-r--r--menuitems.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/menuitems.h b/menuitems.h
index ec8e08f1..ac0d7d3c 100644
--- a/menuitems.h
+++ b/menuitems.h
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: menuitems.h 1.16 2006/01/21 10:45:55 kls Exp $
+ * $Id: menuitems.h 1.17 2006/02/12 10:22:03 kls Exp $
*/
#ifndef __MENUITEMS_H
@@ -77,6 +77,7 @@ public:
class cMenuEditStrItem : public cMenuEditItem {
private:
+ char *orgValue;
char *value;
int length;
char *allowed;