зеркало из https://github.com/mozilla/gecko-dev.git
remove view -> apply theme.
This commit is contained in:
Родитель
5b3a164a8c
Коммит
70d351a2b6
|
@ -164,7 +164,7 @@ Contributor(s): ______________________________________. -->
|
||||||
disabled="false"/>
|
disabled="false"/>
|
||||||
|
|
||||||
<!-- View Menu -->
|
<!-- View Menu -->
|
||||||
<command id="View:PageSource" oncommand="BrowserViewSource();"/>
|
<command id="View:PageSource" oncommand="BrowserViewSourceOfDocument(_content.document);"/>
|
||||||
<command id="View:PageInfo" oncommand="BrowserPageInfo();"/>
|
<command id="View:PageInfo" oncommand="BrowserPageInfo();"/>
|
||||||
<command id="View:FullScreen" oncommand="BrowserFullScreen();"/>
|
<command id="View:FullScreen" oncommand="BrowserFullScreen();"/>
|
||||||
|
|
||||||
|
@ -645,17 +645,6 @@ Contributor(s): ______________________________________. -->
|
||||||
<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')"/>
|
<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>
|
</menupopup>
|
||||||
</menu>
|
</menu>
|
||||||
<menuseparator/>
|
|
||||||
<menu label="&applyTheme.label;" accesskey="&applyTheme.accesskey;">
|
|
||||||
<menupopup datasources="rdf:chrome" ref="urn:mozilla:skin:root" oncommand="applyTheme(event.target)">
|
|
||||||
<template>
|
|
||||||
<menuitem uri="..."
|
|
||||||
label="rdf:http://www.mozilla.org/rdf/chrome#displayName"
|
|
||||||
accesskey="rdf:http://www.mozilla.org/rdf/chrome#accessKey"
|
|
||||||
name="rdf:http://www.mozilla.org/rdf/chrome#name"/>
|
|
||||||
</template>
|
|
||||||
</menupopup>
|
|
||||||
</menu>
|
|
||||||
</menupopup>
|
</menupopup>
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
|
|
|
@ -84,12 +84,6 @@
|
||||||
<!ENTITY doccharactersetBidiCmd.label "Use the document specified character set">
|
<!ENTITY doccharactersetBidiCmd.label "Use the document specified character set">
|
||||||
<!ENTITY defaultcharactersetBidiCmd.label "Use my default character set, overriding the document-specified character set">
|
<!ENTITY defaultcharactersetBidiCmd.label "Use my default character set, overriding the document-specified character set">
|
||||||
|
|
||||||
<!ENTITY applyTheme.label "Apply Theme">
|
|
||||||
<!ENTITY applyTheme.accesskey "A">
|
|
||||||
<!ENTITY themePreferencesCmd.label "Theme Preferences...">
|
|
||||||
<!ENTITY themePreferencesCmd.accesskey "T">
|
|
||||||
<!ENTITY getNewThemesCmd.label "Get New Themes">
|
|
||||||
<!ENTITY getNewThemesCmd.accesskey "G">
|
|
||||||
<!ENTITY findOnCmd.label "Find in This Page...">
|
<!ENTITY findOnCmd.label "Find in This Page...">
|
||||||
<!ENTITY findOnCmd.accesskey "f">
|
<!ENTITY findOnCmd.accesskey "f">
|
||||||
<!ENTITY findOnCmd.commandkey "f">
|
<!ENTITY findOnCmd.commandkey "f">
|
||||||
|
|
Загрузка…
Ссылка в новой задаче