From f1cc4ec2a03d64b9123c20f283004f45c49bd744 Mon Sep 17 00:00:00 2001 From: Himanshu Date: Wed, 11 Sep 2013 11:31:37 +0530 Subject: [PATCH] Fixed issue 51868 Change-Id: I3b2edcb68e6b5007bfd043ec7129bc35b6b9a5cc Signed-off-by: Himanshu --- src/GlSettingMainForm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GlSettingMainForm.cpp b/src/GlSettingMainForm.cpp index 2ce1834..deeba34 100644 --- a/src/GlSettingMainForm.cpp +++ b/src/GlSettingMainForm.cpp @@ -407,7 +407,7 @@ SettingMainForm::CreateGroupItem(int groupIndex, int itemWidth) switch (groupIndex) { case 0: - text = ResourceManager::GetString(L"IDS_MEDIABR_BUTTON_SLIDE_SHOW"); + text = ResourceManager::GetString(L"IDS_MEDIABR_OPT_SLIDESHOW"); break; default: -- 2.7.4