From a8a3a23a9c51c2216ded46af11ee9aa7da75ef98 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 22 Oct 2018 00:05:19 +0200 Subject: [PATCH] imageinfo_ni: show localized image type Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/4b2b3b9f4048a957a2b3bedd8831899a5dbb9991 Author: vanhofen Date: 2018-10-22 (Mon, 22 Oct 2018) Origin message was: ------------------ - imageinfo_ni: show localized image type --- src/gui/imageinfo_ni.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/imageinfo_ni.cpp b/src/gui/imageinfo_ni.cpp index fa9aeb03b..344ac6ef4 100644 --- a/src/gui/imageinfo_ni.cpp +++ b/src/gui/imageinfo_ni.cpp @@ -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