summaryrefslogtreecommitdiff
path: root/mymenu.h
diff options
context:
space:
mode:
authorThomas Maass <mase@mase1.setho.org>2014-01-05 22:00:45 +0100
committerThomas Maass <mase@mase1.setho.org>2014-01-05 22:00:45 +0100
commit9c3c4538b84bab35c5b72966fec144d8456331a3 (patch)
treef76d3e4b83bf2e687e48ad156fdc484e4b887de1 /mymenu.h
parent74e0ae521c5f5c11102a33f0ba557b720e48c9ac (diff)
downloadvdr-plugin-hddarchive-9c3c4538b84bab35c5b72966fec144d8456331a3.tar.gz
vdr-plugin-hddarchive-9c3c4538b84bab35c5b72966fec144d8456331a3.tar.bz2
Fixed editing of recordings.
Diffstat (limited to 'mymenu.h')
-rw-r--r--mymenu.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mymenu.h b/mymenu.h
index 6b92168..39ca263 100644
--- a/mymenu.h
+++ b/mymenu.h
@@ -28,6 +28,8 @@ class cMyMenuRecordings : public cOsdMenu {
bool show;
int recordingsState;
int helpKeys;
+ static cString path;
+ static cString fileName;
void SetHelpKeys(void);
void Set(bool Refresh = false);
cString DirectoryName(void);