From 50fb849cb420d9342fad191753bd472beddffca7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=BCnther?= Date: Wed, 19 Mar 2008 01:38:58 +0100 Subject: Compatibility to VDR < 1.5.11 --- list.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/list.cpp b/list.cpp index e282cff..37e6a71 100644 --- a/list.cpp +++ b/list.cpp @@ -17,7 +17,7 @@ * with this program; if not, write to the Free Software Foundation, Inc., * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * - * $Id: list.cpp 114 2008-03-16 22:20:33Z tom $ + * $Id: list.cpp 115 2008-03-19 00:38:58Z tom $ */ #include "list.h" @@ -28,6 +28,12 @@ #include #include +// Compatibility to older vdr versions +#if VDRVERSNUM < 10511 + #define cMenuEditStrItem(n, v, l) cMenuEditStrItem((n), (v), (l),\ + trVDR(FileNameChars)) +#endif + using namespace SudokuPlugin; -- cgit v1.2.3