browserui/browser/SrcData/bookmark_toolbar.rssi
changeset 10 57d5b8e231c4
parent 0 84ad3b177aa3
child 31 868cceedabd3
equal deleted inserted replaced
0:84ad3b177aa3 10:57d5b8e231c4
    81                         }
    81                         }
    82                     };
    82                     };
    83                 };
    83                 };
    84             }, 
    84             }, 
    85            
    85            
       
    86         TBAR_CTRL //Search Goto
       
    87             {
       
    88             type = EAknCtButton;
       
    89             id = EWmlCmdGoToAddressAndSearch;     
       
    90             control = AVKON_BUTTON
       
    91                 {
       
    92                 flags = 0;
       
    93                 states =
       
    94                     {
       
    95                     AVKON_BUTTON_STATE
       
    96                         {
       
    97                         txt     = "";  //Icon should always be visible instead of this
       
    98                         helptxt = qtn_is_tooltip_goto_search;
       
    99                         bmpfile = "\\Resource\\apps\\browser.mif";
       
   100                         bmpid   = EMbmBrowserQgn_indi_browser_tb_goto_and_search;         
       
   101                         bmpmask = EMbmBrowserQgn_indi_browser_tb_goto_and_search_mask;
       
   102                         extension = r_browser_ext_qgn_indi_browser_tb_goto_and_search;
       
   103                         }
       
   104                     };
       
   105                 };
       
   106             }, 
    86         TBAR_CTRL
   107         TBAR_CTRL
    87             {
   108             {
    88             type = EAknCtButton;
   109             type = EAknCtButton;
    89             id = EWmlCmdDelete;     
   110             id = EWmlCmdDelete;     
    90             
   111