summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/i18n.h b/i18n.h
index 8f47922..bba3e28 100644
--- a/i18n.h
+++ b/i18n.h
@@ -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: i18n.h 95 2007-09-21 23:01:10Z tom $
+ * $Id: i18n.h 96 2007-09-23 13:18:41Z tom $
*/
#ifndef VDR_SPIDER_I18N_H
@@ -28,6 +28,10 @@
#include <vdr/config.h>
+#if VDRVERSNUM < 10507
+
+#define trNOOP(s) (s)
+
namespace SpiderPlugin
{
@@ -35,4 +39,6 @@ namespace SpiderPlugin
} // namespace SpiderPlugin
+#endif
+
#endif // VDR_SPIDER_I18N_H