Bug 189821 Expose pref to enable address book startup by default. r/sr=neil.parkwaycc.co.uk

git-svn-id: svn://10.0.0.236/trunk@179537 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bugzilla%standard8.demon.co.uk
2005-09-02 14:33:31 +00:00
parent 41d85eb65f
commit 59bf5ba96a
2 changed files with 7 additions and 0 deletions

View File

@@ -20,6 +20,7 @@
break;
case "chrome://communicator/content/pref/pref-appearance.xul":
_elementIDs.push("generalStartupMail");
_elementIDs.push("generalStartupAddressBook");
break;
}
}
@@ -47,6 +48,10 @@
label="&mail.label;" accesskey="&mail.accesskey;"
pref="true" preftype="bool" prefstring="general.startup.mail"
prefattribute="checked"/>
<checkbox id="generalStartupAddressBook" wsm_persist="true" position="5"
label="&addressbook.label;" accesskey="&addressbook.accesskey;"
pref="true" preftype="bool" prefstring="general.startup.addressbook"
prefattribute="checked"/>
</groupbox>
<!-- category tree entries for mail/news -->

View File

@@ -6,6 +6,8 @@
<!ENTITY mail.label "Mail &amp; Newsgroups">
<!ENTITY mail.accesskey "m">
<!ENTITY addressbook.label "Address Book">
<!ENTITY addressbook.accesskey "a">
<!ENTITY viewingMessages.label "Message Display">
<!ENTITY notifications.label "Notifications">
<!ENTITY address.label "Addressing">