зеркало из https://github.com/mozilla/pjs.git
fix for bugs 76256, 76927(also fixes 78063, 4668) . r=varada@netscape.com, sr=sspitzer2netscape.com
This commit is contained in:
Родитель
04cb6e81c4
Коммит
2c8aa34f9e
|
@ -239,6 +239,7 @@ Rights Reserved.
|
|||
|
||||
<!-- File Menu -->
|
||||
<key id="key_newNavigator"/>
|
||||
<key id="key_newBlankPage"/>
|
||||
<key id="key_close"/>
|
||||
<key id="key_quit"/>
|
||||
<!-- Edit Menu -->
|
||||
|
|
|
@ -197,6 +197,7 @@
|
|||
<keyset id="tasksKeys">
|
||||
<!-- File Menu -->
|
||||
<key id="key_newNavigator"/>
|
||||
<key id="key_newBlankPage"/>
|
||||
<key id="key_close"/>
|
||||
<key id="key_save" key="&saveCmd.key;" command="cmd_saveDefault" modifiers="accel"/>
|
||||
<!-- key id="key_sendNow" xulkey="true" keycode="&sendNowCmd.keycode;" command="cmd_sendNow"/ -->
|
||||
|
@ -216,24 +217,12 @@
|
|||
<key id="key_find" key="&findCmd.key;" observes="cmd_find" modifiers="accel"/>
|
||||
<key id="key_findNext" key="&findAgainCmd.key;" observes="cmd_findNext" modifiers="accel"/>
|
||||
|
||||
<!-- Format Menu -->
|
||||
<key id="boldkb"/>
|
||||
<key id="italickb"/>
|
||||
<key id="underlinekb"/>
|
||||
|
||||
<key id="fontfixedwidthkb"/>
|
||||
<key id="increaseindentkb"/>
|
||||
<key id="decreaseindentkb"/>
|
||||
|
||||
<key id="removestyleskb"/>
|
||||
<key id="decreasefontsizekb"/>
|
||||
<key id="increasefontsizekb"/>
|
||||
|
||||
<!-- Options Menu -->
|
||||
<!-- key id="key_selectAddresses" xulkey="true" key="&selectAddressCmd.key;" command="cmd_selectAddress"/ -->
|
||||
<key id="key_checkspelling" key="&checkSpellingCmd.key;" observes="cmd_spelling" modifiers="accel"/>
|
||||
|
||||
</keyset>
|
||||
<keyset id="editorKeys"/>
|
||||
|
||||
<popupset>
|
||||
<popup id="TextColorPopup"/>
|
||||
|
@ -288,7 +277,7 @@
|
|||
<menuseparator/>
|
||||
<menuitem label="&findCmd.label;" key="key_find" accesskey="&findCmd.accesskey;" observes="cmd_find"/>
|
||||
<menuitem label="&findAgainCmd.label;" key="key_findNext" accesskey="&findAgainCmd.accesskey;" observes="cmd_findNext"/>
|
||||
<menuitem label="&replaceCmd.label;" observes="cmd_replace"/>
|
||||
<menuitem label="&replaceCmd.label;" accesskey="&replaceCmd.accesskey;" observes="cmd_replace"/>
|
||||
<menuseparator/>
|
||||
<menuitem label="&accountManagerCmd.label;" accesskey="&accountManagerCmd.accesskey;" command="cmd_account"/>
|
||||
<menuitem id="menu_preferences" oncommand="goDoCommand('cmd_preferences')"/>
|
||||
|
|
|
@ -49,6 +49,7 @@
|
|||
<!ENTITY findAgainCmd.key "G">
|
||||
<!ENTITY findAgainCmd.accesskey "g">
|
||||
<!ENTITY replaceCmd.label "Replace...">
|
||||
<!ENTITY replaceCmd.accesskey "l">
|
||||
<!ENTITY accountManagerCmd.label "Mail/News Account Settings...">
|
||||
<!ENTITY accountManagerCmd.accesskey "m">
|
||||
|
||||
|
|
|
@ -298,7 +298,4 @@
|
|||
list-style-image:url("chrome://global/skin/question-icon.gif");
|
||||
} /* Workaround for bug 50217. Please remove this rule, when this bug is fixed. */
|
||||
|
||||
#navprintplus {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -275,7 +275,5 @@ spring.spacer {
|
|||
color: #000000;
|
||||
}
|
||||
|
||||
#navprintplus {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
<menuseparator />
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menuitem name="charsetCustomize" label="&charsetCustomize.label;" oncommand="window.openDialog('chrome://communicator/content/pref/pref-charset.xul','PrefWindow', 'chrome,modal=yes,resizable=yes', 'browser')"/>
|
||||
<menuitem name="charsetCustomize" accesskey="&charsetCustomize.accesskey;" label="&charsetCustomize.label;" oncommand="window.openDialog('chrome://communicator/content/pref/pref-charset.xul','PrefWindow', 'chrome,modal=yes,resizable=yes', 'browser')"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
||||
|
@ -216,7 +216,7 @@
|
|||
</template>
|
||||
|
||||
<menupopup>
|
||||
<menuitem name="charsetCustomize" label="&charsetCustomize.label;" oncommand="window.openDialog('chrome://communicator/content/pref/pref-charset.xul','PrefWindow', 'chrome,modal=yes,resizable=yes', 'mailedit')"/>
|
||||
<menuitem name="charsetCustomize" accesskey="&charsetCustomize.accesskey;" label="&charsetCustomize.label;" oncommand="window.openDialog('chrome://communicator/content/pref/pref-charset.xul','PrefWindow', 'chrome,modal=yes,resizable=yes', 'mailedit')"/>
|
||||
<menuseparator />
|
||||
</menupopup>
|
||||
</menu>
|
||||
|
@ -315,7 +315,7 @@
|
|||
<menuseparator />
|
||||
</menupopup>
|
||||
</menu>
|
||||
<menuitem name="charsetCustomize" label="&charsetCustomize.label;" oncommand="window.openDialog('chrome://communicator/content/pref/pref-charset.xul','PrefWindow', 'chrome,modal=yes,resizable=yes', 'browser')"/>
|
||||
<menuitem name="charsetCustomize" accesskey="&charsetCustomize.accesskey;" label="&charsetCustomize.label;" oncommand="window.openDialog('chrome://communicator/content/pref/pref-charset.xul','PrefWindow', 'chrome,modal=yes,resizable=yes', 'browser')"/>
|
||||
</menupopup>
|
||||
</menu>
|
||||
</overlay>
|
||||
|
|
Загрузка…
Ссылка в новой задаче