mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
imageinfo_ni: use package version as fallback for image version
Origin commit data
------------------
Commit: 3912ff4c34
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-15 (Fri, 15 Dec 2017)
Origin message was:
------------------
- imageinfo_ni: use package version as fallback for image version
This commit is contained in:
@@ -298,6 +298,13 @@ void CImageInfoNI::paint()
|
|||||||
imageversion.str("");
|
imageversion.str("");
|
||||||
imageversion << releaseCycle << " (" << versionInfo.getType() << ")";
|
imageversion << releaseCycle << " (" << versionInfo.getType() << ")";
|
||||||
}
|
}
|
||||||
|
#ifdef PACKAGE_VERSION
|
||||||
|
else
|
||||||
|
{
|
||||||
|
imageversion.str("");
|
||||||
|
imageversion << PACKAGE_VERSION;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
ypos += iheight;
|
ypos += iheight;
|
||||||
paintLine(xpos, font_info, g_Locale->getText(LOCALE_IMAGEINFO_IMAGE));
|
paintLine(xpos, font_info, g_Locale->getText(LOCALE_IMAGEINFO_IMAGE));
|
||||||
|
Reference in New Issue
Block a user