diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-12 10:35:10 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2006-02-12 10:35:10 +0100 |
commit | c9b5fd6588b70f8d675fde40864225c18fc459db (patch) | |
tree | e3a8d47b62accf25b4f6788bad479fa1b17c2d5d /menuitems.h | |
parent | 5820beed0233f95f64ea0665cfafe1847aa90074 (diff) | |
download | vdr-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.h | 3 |
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; |