bug 411215 - Migrate SeaMonkey's main appearance pref panel to new pref pane and remove the locales subpanel, r=IanN sr=Neil

This commit is contained in:
kairo@kairo.at 2008-03-15 06:34:12 -07:00
Родитель 54067d5757
Коммит 23227166e1
1 изменённых файлов: 10 добавлений и 18 удалений

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

@ -10,27 +10,19 @@
<overlay id="editorPrefsOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<script type="application/x-javascript">
<![CDATA[
var panel;
if (panel != undefined) {
switch(panel)
{
case "chrome://communicator/content/pref/pref-appearance.xul":
_elementIDs.push("generalStartupEditor");
break;
}
}
]]>
</script>
<preferences id="appearance_preferences">
<preference id="general.startup.editor"
name="general.startup.editor"
type="bool"/>
</preferences>
<!-- editor startup toggle -->
<groupbox id="generalStartupPreferences">
<checkbox id="generalStartupEditor" wsm_persist="true"
<groupbox id="generalStartupPreferences">
<checkbox id="generalStartupEditor"
insertafter="generalStartupMail,generalStartupBrowser"
label="&editorCheck.label;" accesskey="&editorCheck.accesskey;"
pref="true" preftype="bool" prefstring="general.startup.editor"
prefattribute="checked"/>
label="&editorCheck.label;"
accesskey="&editorCheck.accesskey;"
preference="general.startup.editor"/>
</groupbox>
<!-- category tree entries for editor -->