fixed System Value
authorChulheon <ch.jeong47@samsung.com>
Sat, 8 Jun 2013 09:36:48 +0000 (18:36 +0900)
committerChulheon <ch.jeong47@samsung.com>
Sat, 8 Jun 2013 09:36:48 +0000 (18:36 +0900)
Change-Id: Iec41d22e9d6ca703313ea28f2a175a35aa992dd3

src/ui/controls/FUiCtrl_FooterImpl.cpp
src/ui/controls/FUiCtrl_Keypad.cpp

index baa2cc0..c5602dc 100644 (file)
@@ -449,7 +449,7 @@ _FooterImpl::SetBackButton(void)
 {
        bool isBackButton = false;
 
-       Tizen::System::SystemInfo::GetValue(L"http://tizen.org/feature/input.back_key", isBackButton);
+       Tizen::System::SystemInfo::GetValue(L"http://tizen.org/feature/input.keys.back", isBackButton);
 
        if(isBackButton)
        {
@@ -1624,7 +1624,7 @@ _FooterImpl::SetMenuButton(void)
 {
        bool isMenuButton = false;
 
-       Tizen::System::SystemInfo::GetValue(L"http://tizen.org/feature/input.option_key", isMenuButton);
+       Tizen::System::SystemInfo::GetValue(L"http://tizen.org/feature/input.keys.option", isMenuButton);
 
        if(isMenuButton)
        {
index 4065647..3607e1d 100644 (file)
@@ -361,7 +361,7 @@ _Keypad::CreateFooter(void)
 
                bool isHWBackButtonExist = false;
 
-               Tizen::System::SystemInfo::GetValue(L"http://tizen.org/feature/input.back_key", isHWBackButtonExist);
+               Tizen::System::SystemInfo::GetValue(L"http://tizen.org/feature/input.keys.back", isHWBackButtonExist);
 
                if(!isHWBackButtonExist)
                {