diff options
Diffstat (limited to 'backends/platform/tizen')
-rw-r--r-- | backends/platform/tizen/system.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/platform/tizen/system.cpp b/backends/platform/tizen/system.cpp index 1820a28791..3eaa99e39b 100644 --- a/backends/platform/tizen/system.cpp +++ b/backends/platform/tizen/system.cpp @@ -312,7 +312,7 @@ void TizenSystem::initBackend() { Common::String dataPath = fromString(App::GetInstance()->GetAppDataPath()); // use the mobile device theme - ConfMan.set("gui_theme", _resourcePath + "scummmodern"); + ConfMan.set("gui_theme", _resourcePath + "scummremastered"); // allow tizen virtual keypad pack to be found ConfMan.set("vkeybdpath", _resourcePath + "vkeybd_bada"); |