diff options
author | drebs <drebs@leap.se> | 2013-11-05 14:56:37 -0200 |
---|---|---|
committer | drebs <drebs@leap.se> | 2013-11-05 14:56:37 -0200 |
commit | e9df7feeb544c6fa111cd5ef0d7173cc78b454ec (patch) | |
tree | a8095a579961662459728a8361655ec314c2946e /chrome/content/accountWizard/accountWizard.js | |
parent | b5f91e386b337afb674f583d7f31afd9a065052d (diff) | |
parent | 18578e925108d6af5c5de320fbe1fcec8a3748c6 (diff) |
Merge remote-tracking branch 'andrejb/bug/4374_fix-items-from-review' into develop
Diffstat (limited to 'chrome/content/accountWizard/accountWizard.js')
-rw-r--r-- | chrome/content/accountWizard/accountWizard.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/content/accountWizard/accountWizard.js b/chrome/content/accountWizard/accountWizard.js index b2b533f..da49536 100644 --- a/chrome/content/accountWizard/accountWizard.js +++ b/chrome/content/accountWizard/accountWizard.js @@ -28,7 +28,6 @@ Cu.import("resource:///modules/gloda/log4moz.js"); let gEmailWizardLogger = Log4Moz.getConfiguredLogger("mail.wizard"); var gStringsBundle; -var gMessengerBundle; var gBrandShortName; function e(elementID) @@ -125,8 +124,7 @@ BitmaskAccountWizard.prototype = gEmailWizardLogger.info("Email account setup dialog loaded."); - gStringsBundle = e("strings"); - gMessengerBundle = e("bundle_messenger"); + gStringsBundle = e("accountCreationStrings"); gBrandShortName = e("bundle_brand").getString("brandShortName"); // admin-locked prefs hurray |