summaryrefslogtreecommitdiff
path: root/menu-commands.c
diff options
context:
space:
mode:
authorAndreas Brachold <vdr07@deltab.de>2007-08-22 09:27:33 +0000
committerAndreas Brachold <vdr07@deltab.de>2007-08-22 09:27:33 +0000
commitf9472b1e58f206defb77c5caf55fcef1618829ba (patch)
tree5fd9c7a567549d61c67a9bc065cb6a1e2dbc578b /menu-commands.c
parent599ab946697b1dd053c467619e04456ccb71789b (diff)
downloadvdr-plugin-image-f9472b1e58f206defb77c5caf55fcef1618829ba.tar.gz
vdr-plugin-image-f9472b1e58f206defb77c5caf55fcef1618829ba.tar.bz2
- begin developer series 0.3.x
- Use now gettext for i18n texts, introduced with vdr-1.5.8 (Required)
Diffstat (limited to 'menu-commands.c')
-rw-r--r--menu-commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/menu-commands.c b/menu-commands.c
index 756d0fd..898adf4 100644
--- a/menu-commands.c
+++ b/menu-commands.c
@@ -1,7 +1,7 @@
/*
* Image plugin to VDR (C++)
*
- * (C) 2004-2005 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2004-2007 Andreas Brachold <anbr at users.berlios.de>
*
* This code is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -21,7 +21,7 @@
#include <errno.h>
#include "menu-commands.h"
-#include "i18n.h"
+#include <vdr/i18n.h>
cImageMenuCommands::cImageMenuCommands(const char *szTitle, cImageCommands *pCmds, const char *szFileName)
: cOsdMenu(m_szTitle = strdup(szTitle))