mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
Merge remote-tracking branch 'tuxbox/master'
This commit is contained in:
@@ -526,6 +526,8 @@ const char *CFlashVersionInfo::getReleaseCycle(void) const
|
||||
|
||||
const char *CFlashVersionInfo::getType(void) const
|
||||
{
|
||||
// TODO: localize it
|
||||
|
||||
switch (snapshot)
|
||||
{
|
||||
case '0':
|
||||
@@ -540,6 +542,8 @@ const char *CFlashVersionInfo::getType(void) const
|
||||
return "Settings";
|
||||
case 'A':
|
||||
return "Addon";
|
||||
case 'U':
|
||||
return "Update";
|
||||
case 'T':
|
||||
return "Text";
|
||||
default:
|
||||
|
Reference in New Issue
Block a user