Bug 190172 - Keyboard shortcut for switch profile is wrong. r=aaronl/sr=jaggernaut/a=asa

This commit is contained in:
ccarlen%netscape.com 2003-01-23 15:29:56 +00:00
Родитель 143d8457e1
Коммит 4d7542ebe2
2 изменённых файлов: 2 добавлений и 5 удалений

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

@ -18,8 +18,6 @@
<keyset id="tasksKeys">
<key id="key_navigator" key="&navigatorCmd.commandkey;" command="Tasks:Navigator" modifiers="accel"/>
<!-- Tools Menu -->
<key id="key_switchprofile" key="&switchProfileCmd.commandkey;" oncommand="toProfileManager();" modifiers="accel,alt"/>
</keyset>
<commandset id="tasksCommands">
<command id="Tasks:Navigator" oncommand="toNavigator();"/>
@ -38,7 +36,7 @@
</menupopup>
</menu>
<menuseparator/>
<menuitem id="cmd_switchprofile" label="&switchProfileCmd.label;" accesskey="&switchProfileCmd.accesskey;" key="key_switchprofile" oncommand="toProfileManager();"/>
<menuitem id="cmd_switchprofile" label="&switchProfileCmd.label;" accesskey="&switchProfileCmd.accesskey;" oncommand="toProfileManager();"/>
</menupopup>
</menu>

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

@ -37,5 +37,4 @@
<!ENTITY downloadManagerCmd.accesskey "D">
<!ENTITY switchProfileCmd.label "Switch Profile...">
<!ENTITY switchProfileCmd.accesskey "P">
<!ENTITY switchProfileCmd.commandkey "Q">
<!ENTITY switchProfileCmd.accesskey "h">