From 69cecebdbc3c453b17cf820bca87497fb5715128 Mon Sep 17 00:00:00 2001 From: Matan Bareket Date: Fri, 29 Mar 2019 01:03:03 -0400 Subject: BUILD: Update default theme to use remastered --- backends/platform/tizen/system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backends/platform/tizen') 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"); -- cgit v1.2.3