browserui/browser/SrcData/browser_toolbar.rssi
changeset 37 481242ead638
parent 31 868cceedabd3
child 50 c9249d037530
--- a/browserui/browser/SrcData/browser_toolbar.rssi	Mon Jan 18 20:22:00 2010 +0200
+++ b/browserui/browser/SrcData/browser_toolbar.rssi	Tue Feb 02 00:12:41 2010 +0200
@@ -43,6 +43,7 @@
                 helptxt = qtn_browser_ext_tb_tt;
                 items =
                     {
+#ifndef BRDO_SINGLE_CLICK_ENABLED_FF		    
                     TBAR_CTRL
                         {
                         type = EAknCtButton;
@@ -65,6 +66,7 @@
                                 };
                             };
                         },
+#endif
                     TBAR_CTRL
                         {
                         type = EAknCtButton;
@@ -306,8 +308,35 @@
                                     }
                                 };
                             };
-                        }
-                        
+	#ifndef BRDO_SINGLE_CLICK_ENABLED_FF
+			}
+	#else
+			},
+						
+		TBAR_CTRL
+                       {
+                       type = EAknCtButton;
+                       id = EWmlCmdCloseWindow;
+                       
+                       control = AVKON_BUTTON
+                           {
+                           flags = KAknButtonRequestExitOnButtonUpEvent;
+                           states =
+                               {
+                               AVKON_BUTTON_STATE
+                                   {
+                                   txt     = qtn_options_exit; //qtn_browser_list_close_window;
+                                   helptxt = qtn_options_exit; //qtn_browser_list_close_window;
+                                   bmpfile = "\\Resource\\apps\\browser.mif";
+                                   bmpid   = EMbmBrowserQgn_indi_browser_tb_exit;         
+                                   bmpmask = EMbmBrowserQgn_indi_browser_tb_exit_mask;
+                                   extension = r_browser_ext_qgn_indi_browser_tb_exit;
+                                   }
+                               };
+                           };
+                       }     
+	#endif
+                      
                     };
                 };
             },
@@ -464,6 +493,32 @@
                     };
                 };
             },
+	    
+#ifdef BRDO_SINGLE_CLICK_ENABLED_FF
+
+	TBAR_CTRL
+            {
+            type = EAknCtButton;
+            id = EWmlCmdFavourites;     
+            
+            control = AVKON_BUTTON
+                {
+                flags = 0;
+                states =
+                    {
+                    AVKON_BUTTON_STATE
+                        {                      
+                        txt     = "";  
+                        helptxt = qtn_browser_ext_tb_bm_tt;
+                        bmpfile = "\\Resource\\apps\\browser.mif";
+                        bmpid   = EMbmBrowserQgn_indi_browser_tb_bm;         
+                        bmpmask = EMbmBrowserQgn_indi_browser_tb_bm_mask;   
+                        extension = r_browser_ext_qgn_indi_browser_tb_bm;
+                        }
+                    };
+                };
+            }
+#else	    
         TBAR_CTRL
             {
             type = EAknCtButton;
@@ -486,6 +541,7 @@
                     };
                 };
             }
+#endif
         };
     }