diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-04 14:11:47 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2013-03-04 14:11:47 +0100 |
commit | db8cf38b5b39a611ca35bebb8d657167a4573b20 (patch) | |
tree | 00851db76e2c2d26b18d206aa7ff74aa78350251 /config.h | |
parent | f3eb300bb017c18c15cc0d08752edf0fba3a96c5 (diff) | |
download | vdr-db8cf38b5b39a611ca35bebb8d657167a4573b20.tar.gz vdr-db8cf38b5b39a611ca35bebb8d657167a4573b20.tar.bz2 |
Implemented the setup option "OSD/Always sort folders first"
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 2.70 2013/03/03 15:38:17 kls Exp $ + * $Id: config.h 2.71 2013/03/04 13:58:40 kls Exp $ */ #ifndef __CONFIG_H @@ -27,8 +27,8 @@ // The plugin API's version number: -#define APIVERSION "1.7.39" -#define APIVERSNUM 10739 // Version * 10000 + Major * 100 + Minor +#define APIVERSION "1.7.40" +#define APIVERSNUM 10740 // Version * 10000 + Major * 100 + Minor // When loading plugins, VDR searches them by their APIVERSION, which // may be smaller than VDRVERSION in case there have been no changes to @@ -293,6 +293,7 @@ public: int VpsMargin; int RecordingDirs; int FoldersInTimerMenu; + int AlwaysSortFoldersFirst; int NumberKeysForChars; int ColorKey0, ColorKey1, ColorKey2, ColorKey3; int VideoDisplayFormat; |