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

src/ui/controls/FUiCtrl_FooterImpl.cpp

index c5602dc..1808ce3 100644 (file)
@@ -1624,7 +1624,7 @@ _FooterImpl::SetMenuButton(void)
 {
        bool isMenuButton = false;
 
-       Tizen::System::SystemInfo::GetValue(L"http://tizen.org/feature/input.keys.option", isMenuButton);
+       Tizen::System::SystemInfo::GetValue(L"http://tizen.org/feature/input.keys.menu", isMenuButton);
 
        if(isMenuButton)
        {