summaryrefslogtreecommitdiff
path: root/toolkit/xre
diff options
context:
space:
mode:
authorjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-20 08:30:19 +0200
committerjanekptacijarabaci <janekptacijarabaci@seznam.cz>2018-04-20 08:30:19 +0200
commitcb0e4ac9642034484f5a82c4e68e8aad5e49e9f9 (patch)
tree7ecde33e6e8fe69677e5f9b1301491bd92813ba6 /toolkit/xre
parent31dead55e5cef9f9436efb20848b1f914f5f1bf8 (diff)
downloaduxp-cb0e4ac9642034484f5a82c4e68e8aad5e49e9f9.tar.gz
[PALEMOON] Fix: The profile resseting - partially (no the cmd "-migration")
https://github.com/MoonchildProductions/UXP/commit/aaf3409c46a5e472bc539a6ad5902f886c980e1f
Diffstat (limited to 'toolkit/xre')
-rw-r--r--toolkit/xre/nsAppRunner.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp
index cf67975990..776044d72c 100644
--- a/toolkit/xre/nsAppRunner.cpp
+++ b/toolkit/xre/nsAppRunner.cpp
@@ -1357,7 +1357,9 @@ DumpHelp()
" -v or --version Print %s version.\n"
" -P <profile> Start with <profile>.\n"
" --profile <path> Start with profile at <path>.\n"
+#ifdef MC_BASILISK
" --migration Start with migration wizard.\n"
+#endif
" --ProfileManager Start with ProfileManager.\n"
" --no-remote Do not accept or send remote commands;\n"
" implies --new-instance.\n"