diff -r 65326cf895ed -r f5c50b8af68c filemanager/App/data/FileManager.rss --- a/filemanager/App/data/FileManager.rss Wed Sep 01 12:31:07 2010 +0100 +++ b/filemanager/App/data/FileManager.rss Tue Sep 14 20:57:31 2010 +0300 @@ -163,6 +163,10 @@ MENU_TITLE { menu_pane = r_filemanager_memory_store_view_menu; + }, + MENU_TITLE + { + menu_pane = R_AVKON_MENUPANE_MARK_MULTIPLE; } }; } @@ -295,12 +299,6 @@ }, MENU_ITEM { - command = EFileManagerMark; - cascade = r_filemanager_mark_unmark_menu; - txt = qtn_options_list; - }, - MENU_ITEM - { command = EFileManagerRename; txt = qtn_fldr_rename; flags = EEikMenuItemSpecific; @@ -644,12 +642,6 @@ }, MENU_ITEM { - command = EFileManagerMark; - cascade = r_filemanager_context_sensitive_mark_unmark_menu; - txt = qtn_options_list; - }, - MENU_ITEM - { command = EFileManagerUnlockMemoryCard; txt = qtn_memc_options_unlock; }, @@ -775,61 +767,6 @@ #endif // RD_FILE_MANAGER_BACKUP -RESOURCE MENU_PANE r_filemanager_mark_unmark_menu - { - items = - { - MENU_ITEM - { - command = EFileManagerMarkOne; - txt = qtn_options_list_mark_one; - flags = EEikMenuItemSpecific; - }, - MENU_ITEM - { - command = EFileManagerUnmarkOne; - txt = qtn_options_list_unmark_one; - flags = EEikMenuItemSpecific; - }, - MENU_ITEM - { - command = EFileManagerMarkAll; - txt = qtn_options_list_mark_all; - }, - MENU_ITEM - { - command = EFileManagerUnmarkAll; - txt = qtn_options_list_unmark_all; - } - }; - } -RESOURCE MENU_PANE r_filemanager_context_sensitive_mark_unmark_menu - { - items = - { - MENU_ITEM - { - command = EFileManagerMarkOne; - txt = qtn_options_list_mark_one; - }, - MENU_ITEM - { - command = EFileManagerUnmarkOne; - txt = qtn_options_list_unmark_one; - }, - MENU_ITEM - { - command = EFileManagerMarkAll; - txt = qtn_options_list_mark_all; - }, - MENU_ITEM - { - command = EFileManagerUnmarkAll; - txt = qtn_options_list_unmark_all; - } - }; - } - RESOURCE MEMORYSELECTIONDIALOG r_filemanager_copy_memory_selectiondialog { softkey_1 = text_softkey_ok;