identify self-made images

Origin commit data
------------------
Commit: 551cd5f289
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-10-21 (Sun, 21 Oct 2018)

Origin message was:
------------------
- identify self-made images
This commit is contained in:
vanhofen
2018-10-21 23:56:22 +02:00
parent 8acab9c0a7
commit e3105b8c29
5 changed files with 6 additions and 0 deletions

View File

@@ -557,6 +557,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':