mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Bug 383724, The "Block Images from domain.com" checkbox has no access key, Patch by Ehsan Akhgari, r=mano
This commit is contained in:
parent
e50f715fac
commit
16b45b3f5f
@ -26,6 +26,7 @@
|
||||
# Daniel Brooks <db48x@yahoo.com>
|
||||
# Gervase Markham <gerv@gerv.net>
|
||||
# Florian QUEZE <f.qu@queze.net>
|
||||
# Ehsan Akhgari <ehsan.akhgari@gmail.com>
|
||||
#
|
||||
# Alternatively, the contents of this file may be used under the terms of
|
||||
# either the GNU General Public License Version 2 or later (the "GPL"), or
|
||||
@ -282,7 +283,8 @@
|
||||
</grid>
|
||||
<hbox align="end">
|
||||
<vbox>
|
||||
<checkbox id="blockImage" hidden="true" oncommand="onBlockImage()"/>
|
||||
<checkbox id="blockImage" hidden="true" oncommand="onBlockImage()"
|
||||
accesskey="&mediaBlockImage.accesskey;"/>
|
||||
<label control="thepreviewimage" value="&mediaPreview;" class="header"/>
|
||||
</vbox>
|
||||
<spacer flex="1"/>
|
||||
|
@ -75,6 +75,7 @@
|
||||
<!ENTITY mediaPhysDimensions "Actual Dimensions:">
|
||||
<!ENTITY mediaTitle "Title:">
|
||||
<!ENTITY mediaLongdesc "Long Description:">
|
||||
<!ENTITY mediaBlockImage.accesskey "B">
|
||||
<!ENTITY mediaSaveAs "Save As...">
|
||||
<!ENTITY mediaSaveAs.accesskey "A">
|
||||
<!ENTITY mediaPreview "Media Preview:">
|
||||
|
Loading…
Reference in New Issue
Block a user