diff options
author | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-28 05:59:15 +0000 |
---|---|---|
committer | svntcreutz <svntcreutz@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2007-08-28 05:59:15 +0000 |
commit | 8ffe4729c56d10b6d5b6a600d9da358a97b5a899 (patch) | |
tree | b5b4bc03ea35b01d7faf47c781ad409a331ed1ea /src/menusetup.h | |
parent | 8fba79abd2d27e87bc82a1dfa96edd40c7d1348e (diff) | |
download | vdr-plugin-menuorg-8ffe4729c56d10b6d5b6a600d9da358a97b5a899.tar.gz vdr-plugin-menuorg-8ffe4729c56d10b6d5b6a600d9da358a97b5a899.tar.bz2 |
nome renameing and add the menu setup osd to the main menu
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6096 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src/menusetup.h')
-rw-r--r-- | src/menusetup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menusetup.h b/src/menusetup.h index 85b2cf7..979ee63 100644 --- a/src/menusetup.h +++ b/src/menusetup.h @@ -42,7 +42,7 @@ class cMenuSetup : public cOsdMenu private: void DrawButton(void); - void DrawMenu(const xmlpp::Element* menuRoot, int iCount); + void CreateMenuItems(const xmlpp::Element* menuRoot, int iCount); }; #endif |