diff options
author | Thomas Maass <mase@mase1.setho.org> | 2014-01-05 22:00:45 +0100 |
---|---|---|
committer | Thomas Maass <mase@mase1.setho.org> | 2014-01-05 22:00:45 +0100 |
commit | 9c3c4538b84bab35c5b72966fec144d8456331a3 (patch) | |
tree | f76d3e4b83bf2e687e48ad156fdc484e4b887de1 /mymenu.h | |
parent | 74e0ae521c5f5c11102a33f0ba557b720e48c9ac (diff) | |
download | vdr-plugin-hddarchive-9c3c4538b84bab35c5b72966fec144d8456331a3.tar.gz vdr-plugin-hddarchive-9c3c4538b84bab35c5b72966fec144d8456331a3.tar.bz2 |
Fixed editing of recordings.
Diffstat (limited to 'mymenu.h')
-rw-r--r-- | mymenu.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |