summaryrefslogtreecommitdiff
path: root/client/setup.c
diff options
context:
space:
mode:
authorschmirl <schmirl>2008-04-08 14:18:15 +0000
committerschmirl <schmirl>2008-04-08 14:18:15 +0000
commit34a62eb2ef9ba0c9e5d269162772c4223bf5fa3b (patch)
tree0cb0bc89b73cbb62cfda77aa5a06f7b80691e9d4 /client/setup.c
parent9c60fb4e42bce2fd3b6d7d9c011f1688cddd4394 (diff)
downloadvdr-plugin-streamdev-34a62eb2ef9ba0c9e5d269162772c4223bf5fa3b.tar.gz
vdr-plugin-streamdev-34a62eb2ef9ba0c9e5d269162772c4223bf5fa3b.tar.bz2
- added gettext support (thanks to Rolf Ahrenberg)
- added vdr-1.6.0-ignore_missing_cam patch - dropped obsolete respect_ca patch - removed legacy code for < VDR 1.5.9 (thanks to Rolf Ahrenberg)
Diffstat (limited to 'client/setup.c')
-rw-r--r--client/setup.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/client/setup.c b/client/setup.c
index 5c04c61..6336154 100644
--- a/client/setup.c
+++ b/client/setup.c
@@ -1,12 +1,11 @@
/*
- * $Id: setup.c,v 1.5 2008/04/07 14:50:32 schmirl Exp $
+ * $Id: setup.c,v 1.6 2008/04/08 14:18:16 schmirl Exp $
*/
#include <vdr/menuitems.h>
#include "client/setup.h"
#include "client/device.h"
-#include "i18n.h"
cStreamdevClientSetup StreamdevClientSetup;