Apollo/Kronos: Use backup with readmtdJFFS2() also for var partition

This commit is contained in:
M. Liebmann
2015-09-22 13:39:35 +02:00
parent f74aa0f53d
commit 6121e57fbc
10 changed files with 53 additions and 19 deletions

View File

@@ -99,6 +99,15 @@ void CProgressWindow::setTitle(const neutrino_locale_t title)
#endif // VFD_UPDATE
}
void CProgressWindow::setTitle(const std::string & title)
{
setWindowCaption(title);
#ifdef VFD_UPDATE
CVFD::getInstance()->showProgressBar2(-1,NULL,-1,g_Locale->getText(ccw_caption)); // set global text in VFD
#endif // VFD_UPDATE
}
//if header is disabled we need new position for body items
void CProgressWindow::fitItems()
{