From 89e21ea181f18267096bd4b273d97f33ca41a572 Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Wed, 12 Oct 2005 20:32:02 +0000 Subject: [PATCH] Bug 312182 - Thunderbird windows shortcut for "no extensions" doesn't work r=mscott git-svn-id: svn://10.0.0.236/trunk@182122 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/mail/installer/windows/ab-CD.jst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/mail/installer/windows/ab-CD.jst b/mozilla/mail/installer/windows/ab-CD.jst index 798860240bd..5918f6b87db 100755 --- a/mozilla/mail/installer/windows/ab-CD.jst +++ b/mozilla/mail/installer/windows/ab-CD.jst @@ -73,7 +73,7 @@ function createShortcuts() scProfileDesc = "Profile Manager"; scProfileDescParam = "-ProfileManager"; scSafeModeDesc = "$ProductName$ (No Extensions)"; - scSafeModeDescParam = "-no-extensions"; + scSafeModeDescParam = "-safe-mode"; scFolderName = "$ProductName$"; fileMailIcon = getFolder("Chrome", "icons/default/messengerWindow.ico");