]> gitweb.stoutner.com Git - PrivacyBrowserPC.git/blobdiff - src/ui.rcs/browserwindowui.rc
Implement saving of MHT web archives. https://redmine.stoutner.com/issues/1089
[PrivacyBrowserPC.git] / src / ui.rcs / browserwindowui.rc
index 1a79d69cb1e888d80b578b34f998f1684ac5926d..ab3d50336cb6b41bfaa8fcb5ef0d9c9400c13bec 100644 (file)
@@ -34,6 +34,8 @@
         <Menu name="file">
             <Action name="new_tab" append="new_merge" />
             <Action name="new_window" append="new_merge" />
+
+            <Action name="save_archive" append="save_merge" />
         </Menu>
 
         <!-- View. -->
             </Menu>
         </Menu>
 
+        <!-- Bookmarks. -->
+        <Menu name="bookmarks">
+            <Action name="view_bookmarks_toolbar" />
+
+            <Separator />
+        </Menu>
+
         <!-- Settings. -->
         <Menu name="settings">
             <Action name="domain_settings" />
         <Action name="find_case_sensitive" />
         <Action name="hide_find_actions" />
     </ToolBar>
+
+    <!-- The bookmarks toolbar. The newline aspect of this doesn't currently work. -->
+    <ToolBar name="bookmarks_toolbar" iconText="icontextright" newline="true" hidden="true"> <text>Bookmarks Toolbar</text> </ToolBar>
 </gui>