Created
January 21, 2010 02:51
-
-
Save fujiwara/282535 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- browser.xul.orig 2009-05-08 23:29:02.000000000 +0900 | |
+++ browser.xul 2009-05-10 11:05:38.000000000 +0900 | |
@@ -1,26 +1,26 @@ | |
<?xml version="1.0"?> | |
<overlay xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> | |
<popup id="contentAreaContextMenu"> | |
+ <menuseparator insertafter="placesMenu" /> | |
<menuitem | |
class="menuitem-iconic" | |
- insertbefore="context-bookmarklink" | |
+ insertbefore="placesMenu" | |
label="Share" | |
id="tombloo-menu-share" | |
accesskey="J"/> | |
<menu | |
class="menu-iconic" | |
image="chrome://tombloo/skin/empty.png" | |
- insertbefore="context-bookmarklink" | |
+ insertbefore="placesMenu" | |
label="Share..."> | |
<menupopup id="tombloo-menu-select"/> | |
</menu> | |
<menu | |
class="menuitem-iconic" | |
- insertbefore="context-bookmarklink" | |
+ insertbefore="placesMenu" | |
label="Tombloo" > | |
<menupopup id="tombloo-menu-action"/> | |
</menu> | |
- <menuseparator insertbefore="context-bookmarklink" /> | |
</popup> | |
<menupopup id="menu_ToolsPopup"> | |
<menu label="Tombloo" insertbefore="sanitizeSeparator"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment