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:
vanhofen
2018-10-22 00:05:19 +02:00
parent e3105b8c29
commit a8a3a23a9c

View File

@@ -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