bug 44892 - mnemonics for tasks menu window items. r=alecf sr=hewitt

This commit is contained in:
andreww%netscape.com 2006-07-29 05:40:09 +00:00
Родитель 8523a0a74e
Коммит 283e2503d0
1 изменённых файлов: 2 добавлений и 1 удалений

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

@ -33,7 +33,8 @@
<template>
<rule>
<menupopup>
<menuitem uri="rdf:*" label="rdf:http://home.netscape.com/NC-rdf#Name" oncommand="ShowWindowFromResource(event.target)"/>
<menuitem uri="rdf:*" label="rdf:http://home.netscape.com/NC-rdf#KeyIndex rdf:http://home.netscape.com/NC-rdf#Name"
oncommand="ShowWindowFromResource(event.target)" accesskey="rdf:http://home.netscape.com/NC-rdf#KeyIndex"/>
</menupopup>
</rule>
</template>