mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-06 03:09:18 +02:00
fixing bug 197626 - PalmSyncInstall.exe (Address Book Palm Sync) has no customized icon (in Start Menu). r=sgehani, sr=sspitzer, a=sspitzer
This commit is contained in:
parent
7f68a3bbe8
commit
13557477c9
4 changed files with 11 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ function createShortcuts()
|
||||||
|
|
||||||
/* create the shortcuts in the new sub folder */
|
/* create the shortcuts in the new sub folder */
|
||||||
File.windowsShortcut(filePalmSyncInstallExe, fStartMenuPalmSync, scDescPalmSyncInstall, fProgram, "", filePalmSyncInstallExe, 0);
|
File.windowsShortcut(filePalmSyncInstallExe, fStartMenuPalmSync, scDescPalmSyncInstall, fProgram, "", filePalmSyncInstallExe, 0);
|
||||||
File.windowsShortcut(filePalmSyncInstallExe, fStartMenuPalmSync, scDescPalmSyncUninstall, fProgram, "/u", filePalmSyncInstallExe, 0);
|
File.windowsShortcut(filePalmSyncInstallExe, fStartMenuPalmSync, scDescPalmSyncUninstall, fProgram, "/u", filePalmSyncInstallExe, 1);
|
||||||
|
|
||||||
// only create the palm sync readme shortcut if the file exist
|
// only create the palm sync readme shortcut if the file exist
|
||||||
if(File.exists(filePalmSyncReadme))
|
if(File.exists(filePalmSyncReadme))
|
||||||
|
|
|
||||||
|
|
@ -58,6 +58,16 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
#pragma code_page(1252)
|
#pragma code_page(1252)
|
||||||
#endif //_WIN32
|
#endif //_WIN32
|
||||||
|
|
||||||
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
//
|
||||||
|
// Icon
|
||||||
|
//
|
||||||
|
|
||||||
|
// Icon with lowest ID value placed first to ensure application icon
|
||||||
|
// remains consistent on all systems.
|
||||||
|
1 ICON DISCARDABLE "install.ico"
|
||||||
|
2 ICON DISCARDABLE "uninstall.ico"
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
//
|
//
|
||||||
// String Table
|
// String Table
|
||||||
|
|
|
||||||
BIN
xpinstall/wizard/windows/palmsync/install.ico
Normal file
BIN
xpinstall/wizard/windows/palmsync/install.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
xpinstall/wizard/windows/palmsync/uninstall.ico
Normal file
BIN
xpinstall/wizard/windows/palmsync/uninstall.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue