From 27ca195e7e2ab9add14a1edcc7fc40e47775b07d Mon Sep 17 00:00:00 2001 From: vanhofen Date: Thu, 4 Jan 2018 17:33:12 +0100 Subject: [PATCH] record: use recording icon for recording menu Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c0b390ffe364fb78ae9d3d4521a6dacbd689297e Author: vanhofen Date: 2018-01-04 (Thu, 04 Jan 2018) Origin message was: ------------------ - record: use recording icon for recording menu ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/driver/record.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/record.cpp b/src/driver/record.cpp index 8d2e2942d..73ad85a76 100644 --- a/src/driver/record.cpp +++ b/src/driver/record.cpp @@ -1531,7 +1531,7 @@ bool CRecordManager::ShowMenu(void) CMenuSelectorTarget * selector = new CMenuSelectorTarget(&select); - CMenuWidget menu(LOCALE_MAINMENU_RECORDING, NEUTRINO_ICON_SETTINGS /*, width*/); + CMenuWidget menu(LOCALE_MAINMENU_RECORDING, NEUTRINO_ICON_RECORDING /*, width*/); menu.addIntroItems(NONEXISTANT_LOCALE, NONEXISTANT_LOCALE, CMenuWidget::BTN_TYPE_CANCEL); // Record / Timeshift