diff options
author | Matt A. Tobin <email@mattatobin.com> | 2021-12-31 15:04:40 -0600 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2021-12-31 15:04:40 -0600 |
commit | e0e6083778b4b4ec9081f247fc3baff6b599e60c (patch) | |
tree | 96bde408dc87b727a2cca9a62ec5779cd508f2c2 /components | |
parent | 816d5c3fed6c30fe3f5be8103f445cb4126ac1ec (diff) | |
download | aura-central-e0e6083778b4b4ec9081f247fc3baff6b599e60c.tar.gz |
No Issue - Replace MC_BASILISK with MOZ_AUSTRALIS
Diffstat (limited to 'components')
-rw-r--r-- | components/passwordmgr/content/passwordManager.js | 2 | ||||
-rw-r--r-- | components/passwordmgr/content/passwordManager.xul | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/components/passwordmgr/content/passwordManager.js b/components/passwordmgr/content/passwordManager.js index f731cebb2..233ed83c0 100644 --- a/components/passwordmgr/content/passwordManager.js +++ b/components/passwordmgr/content/passwordManager.js @@ -716,7 +716,7 @@ function escapeKeyHandler() { window.close(); } -#if defined(XP_WIN) && defined(MC_BASILISK) +#if defined(XP_WIN) && defined(MOZ_AUSTRALIS) function OpenMigrator() { const { MigrationUtils } = Cu.import("resource:///modules/MigrationUtils.jsm", {}); // We pass in the type of source we're using: diff --git a/components/passwordmgr/content/passwordManager.xul b/components/passwordmgr/content/passwordManager.xul index b512caf68..0c22d5e45 100644 --- a/components/passwordmgr/content/passwordManager.xul +++ b/components/passwordmgr/content/passwordManager.xul @@ -112,7 +112,7 @@ <button id="removeAllSignons" icon="clear" oncommand="DeleteAllSignons();"/> <spacer flex="1"/> -#if defined(XP_WIN) && defined(MC_BASILISK) +#if defined(XP_WIN) && defined(MOZ_AUSTRALIS) <button accesskey="&import.accesskey;" label="&import.label;" oncommand="OpenMigrator();"/> |