mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-26 02:17:34 +09:00
Issue #1258 - Part 5: Only IceDove cares about Thunderbird's baby mode account creation
This commit is contained in:
parent
0641178442
commit
8c31c0427a
4 changed files with 6 additions and 6 deletions
|
|
@ -35,7 +35,7 @@
|
|||
<treechildren id="account-tree-children"/>
|
||||
</tree>
|
||||
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
#if defined(MOZ_THUNDERBIRD) && defined(HYPE_ICEDOVE)
|
||||
<button id="accountActionsButton" type="menu"
|
||||
label="&accountActionsButton.label;"
|
||||
accesskey="&accountActionsButton.accesskey;">
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@
|
|||
<wizard id="AccountWizard" title="&windowTitle.label;"
|
||||
onwizardcancel="return onCancel();"
|
||||
onwizardfinish="return FinishAccount();"
|
||||
#ifdef MOZ_THUNDERBIRD
|
||||
#if defined(MOZ_THUNDERBIRD) && defined(HYPE_ICEDOVE)
|
||||
onload="onAccountWizardLoad(); initAccountWizardTB(window.arguments);"
|
||||
#else
|
||||
onload="onAccountWizardLoad();"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
<label control="acctyperadio">&accountTypeDirections.label;</label>
|
||||
<separator/>
|
||||
<radiogroup id="acctyperadio" >
|
||||
#ifndef MOZ_THUNDERBIRD
|
||||
#if !defined(MOZ_THUNDERBIRD) || !defined(HYPE_ICEDOVE)
|
||||
<radio id="mailaccount" value="mailaccount"
|
||||
label="&accountTypeMail.label;" accesskey="&accountTypeMail.accesskey;"
|
||||
selected="true"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue