]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rc/browser_ui.rc
Change the cookie implementation to a QTreeView.
[PrivacyBrowserPC.git] / src / ui.rc / browser_ui.rc
index 0e1d60b2ddd2c9c451c1f7f2b4fa42c2c44540b9..e75b573239e884213a89b0ef7bb93a74ad578c7e 100644 (file)
@@ -29,6 +29,7 @@
 
     <!-- The menu bar. -->
     <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>
                 <Action name="user_agent_privacy_browser" />
                 <Action name="search_engine_custom" />
             </Menu>
         </Menu>
+
+        <!-- Settings. -->
+        <Menu name="settings">
+            <Action name="domain_settings" />
+            <Action name="cookies" />
+        </Menu>
     </MenuBar>
 
     <!-- The main toolbar is removed. -->
@@ -73,6 +80,5 @@
     <ToolBar name="url_toolbar" iconText="icononly"> <text>URL Toolbar</text>
         <Action name="javascript" />
         <Action name="local_storage" />
-        <Action name="domain_settings" />
     </ToolBar>
 </gui>