diff options
author | Matt A. Tobin <email@mattatobin.com> | 2018-06-28 15:50:23 -0400 |
---|---|---|
committer | Matt A. Tobin <email@mattatobin.com> | 2018-06-28 15:50:23 -0400 |
commit | 7664308ab16560fc25622ef68810300233d39fa9 (patch) | |
tree | b26a7dc3a9490a10ada2f544327196ed887b472e /toolkit/components/passwordmgr/content/passwordManager.xul | |
parent | ddea4710991d889a1c049835442a15fed026de9e (diff) | |
download | UXP-7664308ab16560fc25622ef68810300233d39fa9.tar UXP-7664308ab16560fc25622ef68810300233d39fa9.tar.gz UXP-7664308ab16560fc25622ef68810300233d39fa9.tar.lz UXP-7664308ab16560fc25622ef68810300233d39fa9.tar.xz UXP-7664308ab16560fc25622ef68810300233d39fa9.zip |
Add HYPE_ICEWEASEL where appropriate
Diffstat (limited to 'toolkit/components/passwordmgr/content/passwordManager.xul')
-rw-r--r-- | toolkit/components/passwordmgr/content/passwordManager.xul | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/toolkit/components/passwordmgr/content/passwordManager.xul b/toolkit/components/passwordmgr/content/passwordManager.xul index c0a10bf8e..8590d96ac 100644 --- a/toolkit/components/passwordmgr/content/passwordManager.xul +++ b/toolkit/components/passwordmgr/content/passwordManager.xul @@ -112,11 +112,13 @@ <button id="removeAllSignons" icon="clear" oncommand="DeleteAllSignons();"/> <spacer flex="1"/> -#if defined(MC_BASILISK) && defined(XP_WIN) +#ifdef XP_WIN +#if defined(MC_BASILISK) || defined(HYPE_ICEWEASEL) <button accesskey="&import.accesskey;" label="&import.label;" oncommand="OpenMigrator();"/> #endif +#endif <button id="togglePasswords" oncommand="TogglePasswordVisible();"/> </hbox> |