update.cpp/update_menu.cpp: add hotkeys

Origin commit data
------------------
Commit: 6ff5a915bd
Author: defans <defans@bluepeercrew.us>
Date: 2012-06-16 (Sat, 16 Jun 2012)

Origin message was:
------------------
- update.cpp/update_menu.cpp: add hotkeys
This commit is contained in:
defans
2012-06-16 00:21:00 +02:00
committed by vanhofen
parent b527194a80
commit d50a9ff04d
2 changed files with 5 additions and 3 deletions

View File

@@ -101,6 +101,6 @@ void CSoftwareUpdate::showSoftwareUpdateExpert(CMenuWidget *w_mtd_expert)
{
w_mtd_expert->addIntroItems();
w_mtd_expert->addItem(new CMenuForwarder(LOCALE_FLASHUPDATE_READFLASHMTD , true, NULL, fe, "readflashmtd" ));
w_mtd_expert->addItem(new CMenuForwarder(LOCALE_FLASHUPDATE_WRITEFLASHMTD, true, NULL, fe, "writeflashmtd"));
w_mtd_expert->addItem(new CMenuForwarder(LOCALE_FLASHUPDATE_READFLASHMTD , true, NULL, fe, "readflashmtd" , CRCInput::RC_red , NEUTRINO_ICON_BUTTON_RED));
w_mtd_expert->addItem(new CMenuForwarder(LOCALE_FLASHUPDATE_WRITEFLASHMTD, true, NULL, fe, "writeflashmtd", CRCInput::RC_green, NEUTRINO_ICON_BUTTON_GREEN));
}