notes/notesui/noteseditor/src/notestodoeditor.cpp
changeset 77 b0711afde476
parent 58 ef813d54df51
--- a/notes/notesui/noteseditor/src/notestodoeditor.cpp	Thu Sep 02 20:25:23 2010 +0300
+++ b/notes/notesui/noteseditor/src/notestodoeditor.cpp	Fri Sep 17 08:29:05 2010 +0300
@@ -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);