summaryrefslogtreecommitdiff
path: root/dxr3.h
diff options
context:
space:
mode:
authorscop <scop>2008-12-29 21:14:18 +0000
committerscop <scop>2008-12-29 21:14:18 +0000
commit8efcc02ccccd295a52c048e331370a14d4e7b677 (patch)
tree8ac39f4b740b17b71ab1ae0b0922b22e12fc1350 /dxr3.h
parent3282c15e524753d52d44e7e89f22d5d379a8f375 (diff)
downloadvdr-plugin-dxr3-8efcc02ccccd295a52c048e331370a14d4e7b677.tar.gz
vdr-plugin-dxr3-8efcc02ccccd295a52c048e331370a14d4e7b677.tar.bz2
Switch to VDR 1.6's i18n system
Diffstat (limited to 'dxr3.h')
-rw-r--r--dxr3.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/dxr3.h b/dxr3.h
index cbbcc6f..f91f112 100644
--- a/dxr3.h
+++ b/dxr3.h
@@ -1,6 +1,10 @@
#ifndef _DXR3_H_
#define _DXR3_H_
+#include <vdr/i18n.h>
+
+static const char MAINMENUENTRY[] = trNOOP("DXR3 Functions");
+
// --- cMenuSetupDxr3 -------------------------------------------------------
// ==================================
@@ -56,7 +60,7 @@ protected:
class cDxr3OsdMenu : public cOsdMenu
{
public:
- cDxr3OsdMenu(): cOsdMenu(tr("DXR3 Adjustment"))
+ cDxr3OsdMenu(): cOsdMenu(tr(MAINMENUENTRY))
{
Clear();
SetHasHotkeys();