From: santhosh Date: Mon, 29 Jul 2013 05:09:21 +0000 (+0530) Subject: Fix for 47358 X-Git-Tag: 2.2_release~10 X-Git-Url: http://review.tizen.org/git/?p=apps%2Fosp%2FGallery.git;a=commitdiff_plain;h=9d62b34cfe6763671e10fd1d609dd7e113038eb6 Fix for 47358 Change-Id: I4d3695843cf003b13585346fb8abd1521f1eb735 Signed-off-by: santhosh --- diff --git a/src/GlResourceManager.cpp b/src/GlResourceManager.cpp index 6213641..53a4c5c 100644 --- a/src/GlResourceManager.cpp +++ b/src/GlResourceManager.cpp @@ -44,7 +44,7 @@ ResourceManager::GetString(const String& id) AppResource* pAppResource = Application::GetInstance()->GetAppResource(); if (pAppResource == null) { - return null; + return L""; } String str;