Bug #235651 --> More installer work for Thunderbird. Add a .ico file for mail just like we have for browser

git-svn-id: svn://10.0.0.236/trunk@153894 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scott%scott-macgregor.org 2004-03-12 03:53:35 +00:00
parent 6918e71aa7
commit bca91319d5
3 changed files with 2 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -14,6 +14,7 @@
#define IDS_MSG_RETRIEVE_INSTALLINI 11
#define IDI_SETUP 105
#define IDI_BROWSER 106
#define IDI_MAIL 107
#define IDB_BITMAP_WELCOME 108
#define DLG_MESSAGE 110
#define IDB_BITMAP_BANNER 114

View File

@ -382,6 +382,7 @@ END
// remains consistent on all systems.
IDI_SETUP ICON DISCARDABLE "setup.ico"
IDI_BROWSER ICON DISCARDABLE "browser.ico"
IDI_MAIL ICON DISCARDABLE "mail.ico"
/////////////////////////////////////////////////////////////////////////////
//