CBEBouquetWidget/CBEChannelWidget: add missing exit icon

Menue icon has no effect here and exit icon was missed


Origin commit data
------------------
Commit: d95446882c
Author: Thilo Graf <dbt@novatux.de>
Date: 2014-12-27 (Sat, 27 Dec 2014)
This commit is contained in:
2014-12-27 20:55:14 +01:00
parent f8abe71acc
commit ea6808952b
2 changed files with 2 additions and 2 deletions

View File

@@ -138,7 +138,7 @@ void CBEBouquetWidget::paint()
void CBEBouquetWidget::paintHead()
{
CComponentsHeaderLocalized header(x, y, width, theight, LOCALE_BOUQUETLIST_HEAD, "" /*no header icon*/, CComponentsHeaderLocalized::CC_BTN_MENU);
CComponentsHeaderLocalized header(x, y, width, theight, LOCALE_BOUQUETLIST_HEAD, "" /*no header icon*/, CComponentsHeaderLocalized::CC_BTN_EXIT);
header.paint(CC_SAVE_SCREEN_NO);
}

View File

@@ -179,7 +179,7 @@ void CBEChannelWidget::paint()
void CBEChannelWidget::paintHead()
{
CComponentsHeader header(x, y, width, theight, caption);
CComponentsHeader header(x, y, width, theight, caption, "" /*no header icon*/, CComponentsHeader::CC_BTN_EXIT);
header.paint(CC_SAVE_SCREEN_NO);
}