mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
*neutrino osd settings: use enums
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1435 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -71,7 +71,7 @@ class COsdLangSetup : public CMenuTarget, CChangeObserver
|
||||
OSDLANG_SETUP_MODE_WIZARD = 1
|
||||
};
|
||||
|
||||
COsdLangSetup(bool wizard_mode = false);
|
||||
COsdLangSetup(bool wizard_mode = OSDLANG_SETUP_MODE_WIZARD_NO);
|
||||
~COsdLangSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
};
|
||||
|
Reference in New Issue
Block a user