From a78dbce147bd519b1d8c11db9d7c7575a0bd3927 Mon Sep 17 00:00:00 2001 From: janekptacijarabaci Date: Fri, 20 Apr 2018 08:30:19 +0200 Subject: [PATCH] [PALEMOON] Fix: The profile resseting - partially (no the cmd "-migration") https://github.com/MoonchildProductions/UXP/commit/aaf3409c46a5e472bc539a6ad5902f886c980e1f --- toolkit/xre/nsAppRunner.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/toolkit/xre/nsAppRunner.cpp b/toolkit/xre/nsAppRunner.cpp index fab498698b..5a64c7bac1 100644 --- a/toolkit/xre/nsAppRunner.cpp +++ b/toolkit/xre/nsAppRunner.cpp @@ -1358,7 +1358,9 @@ DumpHelp() " -v or --version Print %s version.\n" " -P Start with .\n" " --profile Start with profile at .\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"