- identify self-made images

Signed-off-by: GetAway <get-away@t-online.de>
This commit is contained in:
svenhoefer
2018-10-21 23:56:22 +02:00
committed by GetAway
parent aa7f986f2c
commit 5d9749b1a0
5 changed files with 6 additions and 0 deletions

View File

@@ -539,6 +539,8 @@ const char *CFlashVersionInfo::getType(bool localized) const
return (localized ? g_Locale->getText(LOCALE_FLASHUPDATE_TYPE_BETA) : "Beta");
case '2':
return (localized ? g_Locale->getText(LOCALE_FLASHUPDATE_TYPE_NIGHTLY) : "Nightly");
case '9':
return (localized ? g_Locale->getText(LOCALE_FLASHUPDATE_TYPE_SELFMADE) : "Self-made");
case 'L':
return (localized ? g_Locale->getText(LOCALE_FLASHUPDATE_TYPE_LOCALE) : "Locale");
case 'S':