diff options
author | Johns <johns98@gmx.net> | 2012-07-02 15:20:14 +0200 |
---|---|---|
committer | Johns <johns98@gmx.net> | 2012-07-02 15:20:14 +0200 |
commit | 3bb7782d404a09b66afd712bb562c6a3833bebf8 (patch) | |
tree | 8854e5510884c7b7dec4e2e0aad322835a349110 | |
parent | b5162bae5c0afc83f70dcc4ce1eb6dd77bad8559 (diff) | |
download | vdr-plugin-softhddevice-3bb7782d404a09b66afd712bb562c6a3833bebf8.tar.gz vdr-plugin-softhddevice-3bb7782d404a09b66afd712bb562c6a3833bebf8.tar.bz2 |
Remove not working hotkeys from setup menu.
-rw-r--r-- | softhddevice.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/softhddevice.cpp b/softhddevice.cpp index 09396be..a11e989 100644 --- a/softhddevice.cpp +++ b/softhddevice.cpp @@ -566,7 +566,7 @@ inline cOsdItem *cMenuSetupSoft::CollapsedItem(const char *label, int &flag, cOsdItem *item; item = - new cMenuEditBoolItem(hk(cString::sprintf("* %s", label)), &flag, + new cMenuEditBoolItem(cString::sprintf("* %s", label), &flag, msg ? msg : tr("show"), tr("hide")); return item; @@ -616,9 +616,6 @@ void cMenuSetupSoft::Create(void) current = Current(); // get current menu item index Clear(); // clear the menu - // FIXME: support this: - SetHasHotkeys(); - // // general // |