diff options
Diffstat (limited to 'list.cpp')
-rw-r--r-- | list.cpp | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -1,7 +1,7 @@ /* * Sudoku: A plug-in for the Video Disk Recorder * - * Copyright (C) 2008, Thomas Günther <tom@toms-cafe.de> + * Copyright (C) 2008-2010, Thomas Günther <tom@toms-cafe.de> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -19,7 +19,7 @@ */ #include "list.h" -#include "i18n.h" +#include <vdr/i18n.h> #include <vdr/config.h> #include <vdr/osdbase.h> #include <vdr/osd.h> @@ -27,12 +27,6 @@ #include <vdr/interface.h> #include <assert.h> -// Compatibility to older vdr versions -#if VDRVERSNUM < 10511 - #define cMenuEditStrItem(n, v, l) cMenuEditStrItem((n), (v), (l),\ - trVDR(FileNameChars)) -#endif - using namespace SudokuPlugin; |