From fecce484ce39ddd1d09e8d7a45f6ae22e63f30c0 Mon Sep 17 00:00:00 2001 From: Chris Warren-Smith Date: Mon, 8 Aug 2011 20:20:43 +1000 Subject: BADA: Renamed the customised vkeybd layout to vkeybd_bada --- backends/platform/bada/system.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'backends/platform') diff --git a/backends/platform/bada/system.cpp b/backends/platform/bada/system.cpp index 9b137d059a..f3f3083e5a 100755 --- a/backends/platform/bada/system.cpp +++ b/backends/platform/bada/system.cpp @@ -289,8 +289,9 @@ void BadaSystem::initBackend() { // use the mobile device theme ConfMan.set("gui_theme", "/Res/scummmobile"); - // allow virtual keypad pack to be found - ConfMan.set("vkeybdpath", "/Res/vkeybd_default"); + // allow bada virtual keypad pack to be found + ConfMan.set("vkeybdpath", "/Res/vkeybd_bada"); + ConfMan.set("vkeybd_pack_name", "vkeybd_bada"); // set default save path to writable area if (!ConfMan.hasKey("savepath")) { -- cgit v1.2.3