diff options
author | louis <louis.braun@gmx.de> | 2013-07-18 17:59:59 +0200 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-07-18 17:59:59 +0200 |
commit | 706cf4d8e5784c9078953a4c789fd51c13b690fa (patch) | |
tree | 992b8d40c3f624fbf69978f3269dc47c19888264 /config.h | |
parent | 780e17395fbf1edad05bc160233186601a4ebbb7 (diff) | |
download | vdr-plugin-tvguide-706cf4d8e5784c9078953a4c789fd51c13b690fa.tar.gz vdr-plugin-tvguide-706cf4d8e5784c9078953a4c789fd51c13b690fa.tar.bz2 |
added possibility to choose folder for instant recording
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -64,6 +64,7 @@ class cTvguideConfig { int epgImageHeightLarge;
cString epgImagePath;
cString iconPath;
+ int recMenuAskFolder;
int fontIndex;
const char *fontNameDefault;
int FontButtonDelta;
|