--- a/filemanager/App/data/FileManager.rss Fri Mar 12 15:41:37 2010 +0200
+++ b/filemanager/App/data/FileManager.rss Mon Mar 15 12:39:38 2010 +0200
@@ -281,6 +281,18 @@
},
MENU_ITEM
{
+ command = EFileManagerMoveToFolder;
+ txt = qtn_options_org_move_to_folder;
+ flags = EEikMenuItemSpecific;
+ },
+ MENU_ITEM
+ {
+ command = EFileManagerCopyToFolder;
+ txt = qtn_options_org_copy_to;
+ flags = EEikMenuItemSpecific;
+ },
+ MENU_ITEM
+ {
command = EFileManagerMark;
cascade = r_filemanager_mark_unmark_menu;
txt = qtn_options_list;
@@ -418,18 +430,6 @@
{
MENU_ITEM
{
- command = EFileManagerMoveToFolder;
- txt = qtn_options_org_move_to_folder;
- flags = EEikMenuItemSpecific;
- },
- MENU_ITEM
- {
- command = EFileManagerCopyToFolder;
- txt = qtn_options_org_copy_to;
- flags = EEikMenuItemSpecific;
- },
- MENU_ITEM
- {
command = EFileManagerNewFolder;
txt = qtn_options_org_new_folder;
}