summaryrefslogtreecommitdiff
path: root/components
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-12-31 15:04:40 -0600
committerMatt A. Tobin <email@mattatobin.com>2021-12-31 15:04:40 -0600
commite0e6083778b4b4ec9081f247fc3baff6b599e60c (patch)
tree96bde408dc87b727a2cca9a62ec5779cd508f2c2 /components
parent816d5c3fed6c30fe3f5be8103f445cb4126ac1ec (diff)
downloadaura-central-e0e6083778b4b4ec9081f247fc3baff6b599e60c.tar.gz
No Issue - Replace MC_BASILISK with MOZ_AUSTRALIS
Diffstat (limited to 'components')
-rw-r--r--components/passwordmgr/content/passwordManager.js2
-rw-r--r--components/passwordmgr/content/passwordManager.xul2
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();"/>