]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rcs/browser_ui.rc
Implement loading of new tabs from the context menu.
[PrivacyBrowserPC.git] / src / ui.rcs / browser_ui.rc
index fd80ccbb3fa1fb55d14ae89e757593e1f2a61781..0526147e871d702141899ae8cad7cc3458331db8 100644 (file)
@@ -31,7 +31,7 @@
     <MenuBar>
         <!-- On-the-fly Settings. -->
         <Menu name="on_the_fly_settings"> <text>On-The-Fly Settings</text>
-            <Menu name="user_agent" icon="user-group-properties"> <text>User Agent</text>
+            <Menu name="user_agent" icon="user-group-properties">
                 <Action name="user_agent_privacy_browser" />
                 <Action name="user_agent_webengine_default" />
                 <Action name="user_agent_firefox_linux" />
@@ -47,7 +47,7 @@
 
             <Separator />
 
-            <Menu name="search_engine" icon="search"> <text>Search Engine</text>
+            <Menu name="search_engine" icon="search">
                 <Action name="search_engine_mojeek" />
                 <Action name="search_engine_monocles" />
                 <Action name="search_engine_metager" />
@@ -79,7 +79,7 @@
     <!-- The URL toolbar. -->
     <ToolBar name="url_toolbar" iconText="icononly"> <text>URL Toolbar</text>
         <Action name="javascript" />
-        <Action name="on-the-fly_cookies" />
+        <Action name="local_storage" />
         <Action name="dom_storage" />
     </ToolBar>
 </gui>