mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +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);
|
static CFlashVersionInfo versionInfo(version);
|
||||||
std::string releaseCycle = versionInfo.getReleaseCycle();
|
std::string releaseCycle = versionInfo.getReleaseCycle();
|
||||||
imageversion.str("");
|
imageversion.str("");
|
||||||
imageversion << releaseCycle << " (" << versionInfo.getType() << ")";
|
imageversion << releaseCycle << " (" << versionInfo.getType(true) << ")";
|
||||||
}
|
}
|
||||||
#ifdef PACKAGE_VERSION
|
#ifdef PACKAGE_VERSION
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user