diff options
author | win7-7 <win7-7@users.noreply.github.com> | 2019-08-04 23:13:48 +0300 |
---|---|---|
committer | win7-7 <win7-7@users.noreply.github.com> | 2019-08-04 23:13:48 +0300 |
commit | 1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3 (patch) | |
tree | 005e15e08597fb9c5798bb20db6494b5d96bea28 /application/palemoon/components/places/content/placesOverlay.xul | |
parent | 248476f94e89772d64f6cbe597ebb193522f2a46 (diff) | |
parent | 5a957202b70a0b11078b0cffa8967b63baff5661 (diff) | |
download | UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar.gz UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar.lz UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.tar.xz UXP-1c53b589c4425cf1bbb6b0bbc9df7689f94c86f3.zip |
Merge branch 'master' into FrameProperties-remove-obsolete-comment
Diffstat (limited to 'application/palemoon/components/places/content/placesOverlay.xul')
-rw-r--r-- | application/palemoon/components/places/content/placesOverlay.xul | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/application/palemoon/components/places/content/placesOverlay.xul b/application/palemoon/components/places/content/placesOverlay.xul index dd4d50f01..745990a9c 100644 --- a/application/palemoon/components/places/content/placesOverlay.xul +++ b/application/palemoon/components/places/content/placesOverlay.xul @@ -149,20 +149,20 @@ command="placesCmd_new:bookmark" label="&cmd.new_bookmark.label;" accesskey="&cmd.new_bookmark.accesskey;" - selection="any" + selectiontype="any" hideifnoinsertionpoint="true"/> <menuitem id="placesContext_new:folder" command="placesCmd_new:folder" label="&cmd.new_folder.label;" accesskey="&cmd.context_new_folder.accesskey;" - selection="any" + selectiontype="any" hideifnoinsertionpoint="true"/> <menuitem id="placesContext_new:separator" command="placesCmd_new:separator" label="&cmd.new_separator.label;" accesskey="&cmd.new_separator.accesskey;" closemenu="single" - selection="any" + selectiontype="any" hideifnoinsertionpoint="true"/> <menuseparator id="placesContext_newSeparator"/> <menuitem id="placesContext_createBookmark" @@ -182,14 +182,13 @@ command="placesCmd_copy" label="©Cmd.label;" closemenu="single" - accesskey="©Cmd.accesskey;" - selection="any"/> + accesskey="©Cmd.accesskey;"/> <menuitem id="placesContext_paste" command="placesCmd_paste" label="&pasteCmd.label;" closemenu="single" accesskey="&pasteCmd.accesskey;" - selection="any" + selectiontype="any" hideifnoinsertionpoint="true"/> <menuseparator id="placesContext_editSeparator"/> <menuitem id="placesContext_delete" |