summaryrefslogtreecommitdiffstats
path: root/toolkit/xre/nsAppRunner.cpp
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
commit2b3b701187e144dad54d00927232ad2949b71b3c (patch)
tree7ecde33e6e8fe69677e5f9b1301491bd92813ba6 /toolkit/xre/nsAppRunner.cpp
parent4e7e4c2cbed8209974691f18180fa7ea8f00e785 (diff)
downloadUXP-2b3b701187e144dad54d00927232ad2949b71b3c.tar
UXP-2b3b701187e144dad54d00927232ad2949b71b3c.tar.gz
UXP-2b3b701187e144dad54d00927232ad2949b71b3c.tar.lz
UXP-2b3b701187e144dad54d00927232ad2949b71b3c.tar.xz
UXP-2b3b701187e144dad54d00927232ad2949b71b3c.zip
[PALEMOON] Fix: The profile resseting - partially (no the cmd "-migration")
https://github.com/MoonchildProductions/UXP/commit/aaf3409c46a5e472bc539a6ad5902f886c980e1f
Diffstat (limited to 'toolkit/xre/nsAppRunner.cpp')
-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 cf6797599..776044d72 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"