forgot to disable the creation of the mail shortcut in the quicklaunch bar as part of the fix to bug 28172

This commit is contained in:
ssu%netscape.com 2001-11-03 00:45:41 +00:00
Родитель 26c27c1148
Коммит 83b5d8615e
1 изменённых файлов: 6 добавлений и 3 удалений

Просмотреть файл

@ -181,9 +181,12 @@ function createShortcuts()
/* create the shortcuts */
File.windowsShortcut(fileExe, fFolderPath, scExeDesc, fProgram, scParam, fileExe, 0);
// create shortcut in the Quick Launch folder
if(folderQuickLaunchExists)
File.windowsShortcut(fileExe, fFolderQuickLaunch, scExeDesc, fProgram, "", fileExe, 0);
//
// Disabled for now because mail does not have a different shortcut icon from Mozilla
//
//// create shortcut in the Quick Launch folder
//if(folderQuickLaunchExists)
// File.windowsShortcut(fileExe, fFolderQuickLaunch, scExeDesc, fProgram, "", fileExe, 0);
if(!restrictedAccess)
{