]> 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 c0e5a196febaec95eeb999728fe8e947ef196bc7..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. -->
         <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>