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:
@@ -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 -->
|
||||
|
||||
@@ -6,6 +6,8 @@
|
||||
|
||||
<!ENTITY mail.label "Mail & 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">
|
||||
|
||||
Reference in New Issue
Block a user