mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
fixing bug 203602 - Default icon for Mail shortcut not optimal. r=sgehani, sr=jag, a=sspitzer
This commit is contained in:
parent
bf4cc8f8d1
commit
21146f47d9
@ -82,6 +82,7 @@ function createShortcuts()
|
||||
scDescPalmSyncUninstall = "Address Book Palm Sync Uninstall";
|
||||
filePalmSyncReadme = getFolder("Program", "palm.html");
|
||||
scDescPalmSyncReadme = "Palm Sync User Guide";
|
||||
fileMailIcon = getFolder("Chrome", "icons/default/messengerWindow.ico");
|
||||
scExeDesc = "Mail";
|
||||
scParam = "-mail";
|
||||
scFolderName = "$ProductName$";
|
||||
@ -189,7 +190,7 @@ function createShortcuts()
|
||||
File.dirCreate(fFolderPath);
|
||||
|
||||
/* create the shortcuts */
|
||||
File.windowsShortcut(fileExe, fFolderPath, scExeDesc, fProgram, scParam, fileExe, 0);
|
||||
File.windowsShortcut(fileExe, fFolderPath, scExeDesc, fProgram, scParam, fileMailIcon, 0);
|
||||
|
||||
// only create these two shortcuts if the files exist
|
||||
if(File.exists(filePalmSyncInstallExe))
|
||||
|
Loading…
x
Reference in New Issue
Block a user