summaryrefslogtreecommitdiff
path: root/src/custommainmenuitem.cpp
diff options
context:
space:
mode:
authorsvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-29 00:15:10 +0000
committersvntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2007-07-29 00:15:10 +0000
commit8ed86a99e21b43f188c8b49e96c887a3e3878fe5 (patch)
treeb5678cc966f7b920e6ef0f3bba9363394bf137c4 /src/custommainmenuitem.cpp
parent615f3d362c14d4e076fddab6e33491b7bfc22af6 (diff)
downloadvdr-plugin-menuorg-8ed86a99e21b43f188c8b49e96c887a3e3878fe5.tar.gz
vdr-plugin-menuorg-8ed86a99e21b43f188c8b49e96c887a3e3878fe5.tar.bz2
added i18n stuff
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/submenu/trunk@5670 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/custommainmenuitem.cpp')
-rw-r--r--src/custommainmenuitem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/custommainmenuitem.cpp b/src/custommainmenuitem.cpp
index 15c8a14..68c9e95 100644
--- a/src/custommainmenuitem.cpp
+++ b/src/custommainmenuitem.cpp
@@ -24,12 +24,12 @@
CustomMainMenuItem::CustomMainMenuItem(cOsdItem* osdItem)
{
- _osdItem = osdItem;
+ _osdItem = osdItem;
}
bool CustomMainMenuItem::IsCustomMenuItem()
{
- return true;
+ return true;
}
bool CustomMainMenuItem::IsPluginMenuItem()