Backing out bug 187511. Add Find As You Type to menus

This commit is contained in:
aaronl%netscape.com 2006-07-29 05:41:54 +00:00
Родитель 87ed8177bc
Коммит 5900c2da0b
2 изменённых файлов: 0 добавлений и 24 удалений

Просмотреть файл

@ -132,16 +132,6 @@
key="key_selectAll" key="key_selectAll"
accesskey="&selectAllCmd.accesskey;" accesskey="&selectAllCmd.accesskey;"
command="cmd_selectAll"/> command="cmd_selectAll"/>
<menuitem id="menu_findTypeText"
label="&findTypeTextCmd.label;"
key="key_findTypeText"
accesskey="&findTypeTextCmd.accesskey;"
command="cmd_findTypeText"/>
<menuitem id="menu_findTypeLinks"
label="&findTypeLinksCmd.label;"
key="key_findTypeLinks"
accesskey="&findTypeLinksCmd.accesskey;"
command="cmd_findTypeLinks"/>
<!-- These key nodes are here only for show. The real bindings come from <!-- These key nodes are here only for show. The real bindings come from
XBL, in platformHTMLBindings.xml. See bugs 57078 and 71779. --> XBL, in platformHTMLBindings.xml. See bugs 57078 and 71779. -->
@ -161,10 +151,6 @@
<key id="key_paste" <key id="key_paste"
key="&pasteCmd.key;" key="&pasteCmd.key;"
modifiers="accel"/> modifiers="accel"/>
<key id="key_findTypeText"
key="&findTypeTextCmd.key;"/>
<key id="key_findTypeLinks"
key="&findTypeLinksCmd.key;"/>
<commandset id="globalEditMenuItems" <commandset id="globalEditMenuItems"
commandupdater="true" commandupdater="true"
@ -214,10 +200,6 @@
<command id="cmd_selectAll" <command id="cmd_selectAll"
oncommand="goDoCommand('cmd_selectAll')" oncommand="goDoCommand('cmd_selectAll')"
disabled="true"/> disabled="true"/>
<command id="cmd_findTypeText"
oncommand="goDoCommand('cmd_findTypeText')"/>
<command id="cmd_findTypeLinks"
oncommand="goDoCommand('cmd_findTypeLinks')"/>
<!-- Not needed yet, window will need this: --> <!-- Not needed yet, window will need this: -->
<!-- broadcaster id="cmd_preferences"/ --> <!-- broadcaster id="cmd_preferences"/ -->

Просмотреть файл

@ -46,12 +46,6 @@
<!ENTITY preferencesCmd.label "Preferences..."> <!ENTITY preferencesCmd.label "Preferences...">
<!ENTITY preferencesCmd.key "E"> <!ENTITY preferencesCmd.key "E">
<!ENTITY preferencesCmd.accesskey "e"> <!ENTITY preferencesCmd.accesskey "e">
<!ENTITY findTypeTextCmd.label "Find Text As You Type">
<!ENTITY findTypeTextCmd.key "/">
<!ENTITY findTypeTextCmd.accesskey "x">
<!ENTITY findTypeLinksCmd.label "Find Links As You Type">
<!ENTITY findTypeLinksCmd.key "'">
<!ENTITY findTypeLinksCmd.accesskey "k">
<!ENTITY viewMenu.label "View"> <!ENTITY viewMenu.label "View">
<!ENTITY viewMenu.accesskey "v"> <!ENTITY viewMenu.accesskey "v">