notes/notesui/noteseditor/src/notestodoeditor.cpp
changeset 70 a5ed90760192
parent 57 bb2d3e476f29
child 83 5aadd1120515
--- a/notes/notesui/noteseditor/src/notestodoeditor.cpp	Tue Aug 31 18:15:13 2010 +0530
+++ b/notes/notesui/noteseditor/src/notestodoeditor.cpp	Mon Sep 06 10:12:45 2010 +0530
@@ -98,7 +98,7 @@
 
 	mDataForm = static_cast<HbDataForm *> (
 			mDocLoader->findWidget(TODO_EDITOR_DATA_FORM));
-
+	mDataForm->setItemPixmapCacheEnabled(true);
 	// Initialize the data form model.
 	initFormModel();
 
@@ -714,7 +714,7 @@
 
 	// Add delete and cancel actions.
 	mDeleteTodoAction = new HbAction(
-			hbTrId("txt_notes_button_dialog_delete"));
+			hbTrId("txt_common_button_delete"));
 	mCancelDeleteAction = new HbAction(
 			hbTrId("txt_common_button_cancel"));
 	confirmationQuery->addAction(mDeleteTodoAction);