mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 08:51:04 +02:00
imageinfo_ni: show localized image type
Origin commit data
------------------
Commit: 4b2b3b9f40
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-22 (Mon, 22 Oct 2018)
Origin message was:
------------------
- imageinfo_ni: show localized image type
This commit is contained in:
@@ -296,7 +296,7 @@ void CImageInfoNI::paint()
|
||||
static CFlashVersionInfo versionInfo(version);
|
||||
std::string releaseCycle = versionInfo.getReleaseCycle();
|
||||
imageversion.str("");
|
||||
imageversion << releaseCycle << " (" << versionInfo.getType() << ")";
|
||||
imageversion << releaseCycle << " (" << versionInfo.getType(true) << ")";
|
||||
}
|
||||
#ifdef PACKAGE_VERSION
|
||||
else
|
||||
|
Reference in New Issue
Block a user