diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-04-12 13:39:45 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-04-12 13:39:45 -0400 |
commit | 6386363f8966267d372d1382c7b27fbebb881c85 (patch) | |
tree | 21bdcd79c674b1b8fb1f064bce5f6100c64fd2f4 /toolkit/components/passwordmgr/content/passwordManager.xul | |
parent | 2bbed348d4f96c60de42d354ac9590814c4b38a1 (diff) | |
download | UXP-6386363f8966267d372d1382c7b27fbebb881c85.tar UXP-6386363f8966267d372d1382c7b27fbebb881c85.tar.gz UXP-6386363f8966267d372d1382c7b27fbebb881c85.tar.lz UXP-6386363f8966267d372d1382c7b27fbebb881c85.tar.xz UXP-6386363f8966267d372d1382c7b27fbebb881c85.zip |
Password Mananger has migration capabilities for only Basilisk
Diffstat (limited to 'toolkit/components/passwordmgr/content/passwordManager.xul')
-rw-r--r-- | toolkit/components/passwordmgr/content/passwordManager.xul | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/components/passwordmgr/content/passwordManager.xul b/toolkit/components/passwordmgr/content/passwordManager.xul index d248283b6..78dbd7ebc 100644 --- a/toolkit/components/passwordmgr/content/passwordManager.xul +++ b/toolkit/components/passwordmgr/content/passwordManager.xul @@ -113,7 +113,7 @@ label="&removeall.label;" accesskey="&removeall.accesskey;" oncommand="DeleteAllSignons();"/> <spacer flex="1"/> -#if defined(MOZ_BUILD_APP_IS_BROWSER) && defined(XP_WIN) +#if defined(MC_BASILISK) && defined(XP_WIN) <button accesskey="&import.accesskey;" label="&import.label;" oncommand="OpenMigrator();"/> |