Added resource string(N_SE-53813)
authorMahesh Krishna Nagabhushan <mahesh.kn@samsung.com>
Mon, 7 Oct 2013 11:35:27 +0000 (17:05 +0530)
committerMahesh Krishna Nagabhushan <mahesh.kn@samsung.com>
Mon, 7 Oct 2013 11:35:27 +0000 (17:05 +0530)
Change-Id: I971b84c42775a52be1f4df88d47451277be7fe8e
Signed-off-by: Mahesh Krishna Nagabhushan <mahesh.kn@samsung.com>
src/MmAddEditCommentForm.cpp

index f3ef1d9..16b637a 100644 (file)
@@ -110,7 +110,7 @@ MemoAddEditCommentForm::OnSceneActivatedN(const Tizen::Ui::Scenes::SceneId& prev
                {
                        __isEditMode = true;
                        __pComment->SetText(pComment->GetPointer());
-                       __pHeader->SetTitleText(L"Edit Comment"); //TODO: Resource string
+                       __pHeader->SetTitleText(GetResourceString(L"IDS_SAPPS_HEADER_EDIT_COMMENT"));
                        if(pComment->GetLength() == MAX_COMMENT_LENGTH)
                        {
                                __isMaxLength = true;