[tor-commits] [torbutton/master] Bug 11175: Remove "About Torbutton" from onion menu.

mikeperry at torproject.org mikeperry at torproject.org
Fri Feb 13 07:21:46 UTC 2015


commit 98c9a821aaa392519f78946ba0577d5565c430cb
Author: Mike Perry <mikeperry-git at torproject.org>
Date:   Mon Feb 9 14:56:07 2015 -0800

    Bug 11175: Remove "About Torbutton" from onion menu.
    
    Patch originally by Saint, but in this version we keep the actual dialog in
    case we want to move it somewhere else later.
---
 src/chrome/content/popup.xul |    5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/chrome/content/popup.xul b/src/chrome/content/popup.xul
index e61dcfe..f4ad7d2 100644
--- a/src/chrome/content/popup.xul
+++ b/src/chrome/content/popup.xul
@@ -28,11 +28,6 @@
                   accesskey="&torbutton.context_menu.preferences.key;"
                   insertafter="context-stop"
                   oncommand="torbutton_open_prefs_dialog()"/>
-        <menuitem id="torbutton-about"
-                  label="&torbutton.context_menu.about;"
-                  accesskey="&torbutton.context_menu.about.key;"
-                  insertafter="context-stop"
-                  oncommand="window.open('chrome://torbutton/content/about.xul', '', 'chrome,centerscreen');"/>
         <menuitem id="torbutton-networksettings"
                   label="&torbutton.context_menu.networksettings;"
                   accesskey="&torbutton.context_menu.networksettings.key;"





More information about the tor-commits mailing list