]> 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 1d613226c466cbf7db36c38e87d92a7fcbacb1f2..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. -->
 
         <!-- Bookmarks. -->
         <Menu name="bookmarks">
-            <Action name="add_folder" />
-
-            <Separator />
-
             <Action name="view_bookmarks_toolbar" />
 
             <Separator />
         <Action name="hide_find_actions" />
     </ToolBar>
 
-    <!-- The bookmarks 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>