mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-04 12:18:27 +02:00
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:
@@ -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':
|
||||
|
Reference in New Issue
Block a user