CMovieBrowser: remove context menu button

I forgot, it's already in footer


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5dacec7dee
Author: Thilo Graf <dbt@novatux.de>
Date: 2016-12-06 (Tue, 06 Dec 2016)



------------------
This commit was generated by Migit
This commit is contained in:
2016-12-06 12:17:04 +01:00
parent d9386837e3
commit 1d951d42c0

View File

@@ -1836,7 +1836,7 @@ void CMovieBrowser::refreshTitle(void)
int h = m_cBoxFrameTitleRel.iHeight;
if (!m_header){
m_header = new CComponentsHeader(x, y, w, h, title.c_str(), icon, CComponentsHeader::CC_BTN_HELP | CComponentsHeader::CC_BTN_MENU);
m_header = new CComponentsHeader(x, y, w, h, title.c_str(), icon, CComponentsHeader::CC_BTN_HELP);
}
m_header->paint(CC_SAVE_SCREEN_NO);
newHeader = m_header->isPainted();