mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-04 20:28:29 +02:00
start_wizard: use a global enum; switch detection from bool to int
Origin commit data
------------------
Commit: af90286a30
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-15 (Fri, 15 May 2015)
Origin message was:
------------------
- start_wizard: use a global enum; switch detection from bool to int
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
|
||||
|
||||
|
||||
COsdLangSetup::COsdLangSetup(bool wizard_mode)
|
||||
COsdLangSetup::COsdLangSetup(int wizard_mode)
|
||||
{
|
||||
is_wizard = wizard_mode;
|
||||
|
||||
|
Reference in New Issue
Block a user