From: Mahesh Krishna Nagabhushan Date: Mon, 7 Oct 2013 11:35:27 +0000 (+0530) Subject: Added resource string(N_SE-53813) X-Git-Tag: 2.2.1_release~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2dac09160e58ce1b088490484719e3f776a7d8ca;p=apps%2Fosp%2FMemo.git Added resource string(N_SE-53813) Change-Id: I971b84c42775a52be1f4df88d47451277be7fe8e Signed-off-by: Mahesh Krishna Nagabhushan --- diff --git a/src/MmAddEditCommentForm.cpp b/src/MmAddEditCommentForm.cpp index f3ef1d9..16b637a 100644 --- a/src/MmAddEditCommentForm.cpp +++ b/src/MmAddEditCommentForm.cpp @@ -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;