From db8cf38b5b39a611ca35bebb8d657167a4573b20 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Mon, 4 Mar 2013 14:11:47 +0100 Subject: Implemented the setup option "OSD/Always sort folders first" --- config.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'config.h') diff --git a/config.h b/config.h index 943b2b08..9d88d6c2 100644 --- a/config.h +++ b/config.h @@ -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; -- cgit v1.2.3