From cd4121d31bef70cb4fb9f1aaa78bd5e1d0734fa3 Mon Sep 17 00:00:00 2001 From: JongwooLee Date: Mon, 6 May 2013 14:58:04 +0900 Subject: [PATCH] Fixed TDIS-5597 issue Change-Id: I3667129ab9f8ecef402ac4b859bfefd04503157d Signed-off-by: JongwooLee --- src/ui/controls/FUiCtrl_GalleryImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/controls/FUiCtrl_GalleryImpl.cpp b/src/ui/controls/FUiCtrl_GalleryImpl.cpp index e68804e..4815cb0 100644 --- a/src/ui/controls/FUiCtrl_GalleryImpl.cpp +++ b/src/ui/controls/FUiCtrl_GalleryImpl.cpp @@ -514,7 +514,7 @@ protected: } } - if (pControl->GetElement(L"zoomingEabled", elementString)) + if (pControl->GetElement(L"zoomingEnabled", elementString)) { { if (elementString.Equals(L"true", false)) -- 2.7.4