CWebTVSetup: fix menu handling

- width enlarged
- fix exit handling
- fix memory of item position
- adapted caption
This commit is contained in:
2014-09-11 22:55:17 +02:00
committed by svenhoefer
parent caabe9707c
commit 90a29c598d
3 changed files with 17 additions and 10 deletions

View File

@@ -38,6 +38,6 @@ class CWebTVSetup : public CMenuTarget
public:
CWebTVSetup();
int exec(CMenuTarget* parent, const std::string & actionKey);
void Show();
int Show();
};
#endif