diff -r 97c9f46387be -r 481242ead638 browserui/browser/SrcData/bookmark_toolbar.rssi --- a/browserui/browser/SrcData/bookmark_toolbar.rssi Mon Jan 18 20:22:00 2010 +0200 +++ b/browserui/browser/SrcData/bookmark_toolbar.rssi Tue Feb 02 00:12:41 2010 +0200 @@ -104,7 +104,31 @@ }; }; }, - TBAR_CTRL +#ifdef BRDO_SINGLE_CLICK_ENABLED_FF + TBAR_CTRL + { + type = EAknCtButton; + id = EWmlCmdPreferences; + + control = AVKON_BUTTON + { + flags = 0; + states = + { + AVKON_BUTTON_STATE + { + txt = ""; //Icon should always be visible instead of this + helptxt = qtn_browser_setting_settings; + bmpfile = "\\Resource\\apps\\browser.mif"; + bmpid = EMbmBrowserQgn_indi_browser_tb_settings; + bmpmask = EMbmBrowserQgn_indi_browser_tb_settings_mask; + extension = r_browser_ext_qgn_indi_browser_tb_settings; + } + }; + }; + } +#else + TBAR_CTRL { type = EAknCtButton; id = EWmlCmdDelete; @@ -125,7 +149,8 @@ } }; }; - } + } + #endif }; }