browserui/browser/SrcData/BrowserBookmarks.rssi
changeset 37 481242ead638
parent 10 57d5b8e231c4
child 50 c9249d037530
equal deleted inserted replaced
33:97c9f46387be 37:481242ead638
    74         MENU_ITEM
    74         MENU_ITEM
    75             {
    75             {
    76             cascade = r_goto_submenu;
    76             cascade = r_goto_submenu;
    77             txt = qtn_browser_options_goto;
    77             txt = qtn_browser_options_goto;
    78             },
    78             },
       
    79 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF       
       
    80         MENU_ITEM
       
    81             {
       
    82             command = EWmlCmdAddBookmark;
       
    83             txt = text_wmlbm_option_enter_new;
       
    84             },
       
    85         
       
    86         MENU_ITEM 
       
    87             { 
       
    88             command = EWmlCmdNewFolder; 
       
    89             txt = qtn_options_org_new_folder; 
       
    90             },
       
    91 #endif
    79         MENU_ITEM
    92         MENU_ITEM
    80             {
    93             {
    81             cascade = r_bmactions_submenu;
    94             cascade = r_bmactions_submenu;
    82             command = EWmlCmdBmActions;
    95             command = EWmlCmdBmActions;
    83             txt = qtn_browser_options_bmactions;
    96             txt = qtn_browser_options_bmactions;
       
    97 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF	    
       
    98 	    flags = EEikMenuItemSpecific;
       
    99 #endif	    
    84             },
   100             },
    85         MENU_ITEM
   101         MENU_ITEM
    86             {
   102             {
    87             cascade = r_bookmarks_edit_submenu;
   103             cascade = r_bookmarks_edit_submenu;
    88             command = EWmlCmdManageBookmarks;
   104             command = EWmlCmdManageBookmarks;
    89             txt = qtn_wmlbm_manage_bm;
   105             txt = qtn_wmlbm_manage_bm;
    90             },
   106 #ifdef BRDO_SINGLE_CLICK_ENABLED_FF	    
       
   107 	    flags = EEikMenuItemSpecific;
       
   108 #endif	    
       
   109             },
       
   110 #ifndef BRDO_SINGLE_CLICK_ENABLED_FF	   
    91         MENU_ITEM
   111         MENU_ITEM
    92             {
   112             {
    93             cascade = r_browser_favourites_menu_pane_mark_unmark;
   113             cascade = r_browser_favourites_menu_pane_mark_unmark;
    94             command = EWmlCmdMarkUnmark;
   114             command = EWmlCmdMarkUnmark;
    95             txt = qtn_browser_options_markunmark;
   115             txt = qtn_browser_options_markunmark;
    96             },
   116             },
       
   117 #endif            
    97         MENU_ITEM 
   118         MENU_ITEM 
    98             { 
   119             { 
    99             cascade = r_clear_submenu; 
   120             cascade = r_clear_submenu; 
   100             command = EWmlCmdPrivacy; 
   121             command = EWmlCmdPrivacy; 
   101             txt = qtn_browser_options_clear;
   122             txt = qtn_browser_options_clear;
   162             },
   183             },
   163         MENU_ITEM
   184         MENU_ITEM
   164             {
   185             {
   165             command = EWmlCmdMoveToFolder;
   186             command = EWmlCmdMoveToFolder;
   166             txt = qtn_options_org_move_to_folder;
   187             txt = qtn_options_org_move_to_folder;
   167             },
   188             }
       
   189 #ifndef BRDO_SINGLE_CLICK_ENABLED_FF
       
   190 	,	    
   168         MENU_ITEM 
   191         MENU_ITEM 
   169             { 
   192             { 
   170             command = EWmlCmdNewFolder; 
   193             command = EWmlCmdNewFolder; 
   171             txt = qtn_options_org_new_folder; 
   194             txt = qtn_options_org_new_folder; 
   172             }
   195             }
       
   196 #endif	    
   173          };
   197          };
   174     }
   198     }
   175 
   199 
   176 //----------------------------------------------------
   200 //----------------------------------------------------
   177 //
   201 //
   185     items =
   209     items =
   186         {
   210         {
   187 		MENU_ITEM { command = EWmlCmdSendAddressViaUnifiedMessage; txt=qtn_options_send_via; },
   211 		MENU_ITEM { command = EWmlCmdSendAddressViaUnifiedMessage; txt=qtn_options_send_via; },
   188 		MENU_ITEM { command = EWmlCmdSendBookmarkViaUnifiedMessage; txt =qtn_options_send_via; },
   212 		MENU_ITEM { command = EWmlCmdSendBookmarkViaUnifiedMessage; txt =qtn_options_send_via; },
   189 		MENU_ITEM { command = EWmlCmdSetAsHomePage; txt=qtn_browserbm_list_set_as_home_page_sm; },
   213 		MENU_ITEM { command = EWmlCmdSetAsHomePage; txt=qtn_browserbm_list_set_as_home_page_sm; },
       
   214 #ifndef BRDO_SINGLE_CLICK_ENABLED_FF		
   190         MENU_ITEM { command = EWmlCmdAddBookmark; txt = text_wmlbm_option_enter_new; },
   215         MENU_ITEM { command = EWmlCmdAddBookmark; txt = text_wmlbm_option_enter_new; },
       
   216 #endif	
   191         MENU_ITEM { command = EWmlCmdCopyToBookmarks; txt = qtn_browserbm_options_copy_to_bookmarks_sm; },
   217         MENU_ITEM { command = EWmlCmdCopyToBookmarks; txt = qtn_browserbm_options_copy_to_bookmarks_sm; },
   192         MENU_ITEM { command = EWmlCmdSetPreferredBookmark; txt = qtn_browserbm_list_set_as_preferred; },
   218         MENU_ITEM { command = EWmlCmdSetPreferredBookmark; txt = qtn_browserbm_list_set_as_preferred; },
   193         MENU_ITEM { command = EWmlCmdSetUnPreferredBookmark; txt = qtn_browserbm_list_unset_from_preferred; }
   219         MENU_ITEM { command = EWmlCmdSetUnPreferredBookmark; txt = qtn_browserbm_list_unset_from_preferred; }
   194         };
   220         };
   195     }
   221     }