diff options
author | Thomas Günther <tom@toms-cafe.de> | 2010-03-30 23:44:43 +0200 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2010-03-31 00:09:02 +0200 |
commit | 8b1e17282a19d132dff04159b0859d4af279ab9a (patch) | |
tree | 43a22c8ee1033d777f6edea346b10d3099190123 /i18n.h | |
parent | ec52e565f779f93f069cca2bd0bce9027a5fcf77 (diff) | |
download | vdr-plugin-sudoku-8b1e17282a19d132dff04159b0859d4af279ab9a.tar.gz vdr-plugin-sudoku-8b1e17282a19d132dff04159b0859d4af279ab9a.tar.bz2 |
Removed compatibility to VDR < 1.6.0
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 43 |
1 files changed, 0 insertions, 43 deletions
@@ -1,43 +0,0 @@ -/* - * Sudoku: A plug-in for the Video Disk Recorder - * - * Copyright (C) 2005-2008, 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - */ - -#ifndef VDR_SUDOKU_I18N_H -#define VDR_SUDOKU_I18N_H - -#include "sudoku.h" -#include <vdr/i18n.h> -#include <vdr/config.h> - - -#if VDRVERSNUM < 10507 - -#define trNOOP(s) (s) -#define trVDR(s) tr(s) - -namespace SudokuPlugin -{ - - extern const tI18nPhrase Phrases[]; - -} // namespace SudokuPlugin - -#endif - -#endif // VDR_SUDOKU_I18N_H |