summaryrefslogtreecommitdiffstats
path: root/mailnews/base/prefs/content/AccountWizard.xul
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2019-11-03 20:22:14 -0500
committerMatt A. Tobin <email@mattatobin.com>2019-11-03 20:22:14 -0500
commit5d18a70aa47415091257ee5cda6e0aa0c83d7167 (patch)
tree3854a2264221edaa4ad48f9422e917ddac730d95 /mailnews/base/prefs/content/AccountWizard.xul
parent1f23280e6a96b3c805a60ff6dbe87b226051c585 (diff)
downloadUXP-5d18a70aa47415091257ee5cda6e0aa0c83d7167.tar
UXP-5d18a70aa47415091257ee5cda6e0aa0c83d7167.tar.gz
UXP-5d18a70aa47415091257ee5cda6e0aa0c83d7167.tar.lz
UXP-5d18a70aa47415091257ee5cda6e0aa0c83d7167.tar.xz
UXP-5d18a70aa47415091257ee5cda6e0aa0c83d7167.zip
Issue #1258 - Part 5: Only IceDove cares about Thunderbird's baby mode account creation
Diffstat (limited to 'mailnews/base/prefs/content/AccountWizard.xul')
-rw-r--r--mailnews/base/prefs/content/AccountWizard.xul4
1 files changed, 2 insertions, 2 deletions
diff --git a/mailnews/base/prefs/content/AccountWizard.xul b/mailnews/base/prefs/content/AccountWizard.xul
index 45da359ab..2aee2e3a5 100644
--- a/mailnews/base/prefs/content/AccountWizard.xul
+++ b/mailnews/base/prefs/content/AccountWizard.xul
@@ -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"/>