2012-05-21 11:12:37 +00:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2011-02-16 21:36:05 +00:00
|
|
|
|
2014-02-23 18:28:04 +00:00
|
|
|
<menu id="charsetMenu"
|
2011-02-16 21:36:05 +00:00
|
|
|
label="&charsetMenu.label;"
|
2013-11-26 21:04:01 +00:00
|
|
|
#ifndef OMIT_ACCESSKEYS
|
2011-02-16 21:36:05 +00:00
|
|
|
accesskey="&charsetMenu.accesskey;"
|
2013-11-26 21:04:01 +00:00
|
|
|
#endif
|
2014-02-23 18:28:04 +00:00
|
|
|
oncommand="BrowserSetForcedCharacterSet(event.target.getAttribute('charset'));"
|
2013-11-26 21:04:01 +00:00
|
|
|
#ifdef OMIT_ACCESSKEYS
|
2014-02-23 18:28:04 +00:00
|
|
|
onpopupshowing="CharsetMenu.build(event.target, false);"
|
2013-11-26 21:04:01 +00:00
|
|
|
#else
|
2014-02-23 18:28:04 +00:00
|
|
|
onpopupshowing="CharsetMenu.build(event.target);"
|
2013-11-26 21:04:01 +00:00
|
|
|
#endif
|
2014-02-23 18:28:04 +00:00
|
|
|
onpopupshown="UpdateCurrentCharset(this);">
|
2013-11-26 07:31:52 +00:00
|
|
|
<menupopup>
|
2011-02-16 21:36:05 +00:00
|
|
|
</menupopup>
|
|
|
|
</menu>
|