[firefox only] bug 236977 - firefox's application icon is the document icon, not the application icon. insert an application icon resource into the resource script as the "first" icon in the resource bundle to ensure windows shell picks up the right icon for file views

This commit is contained in:
ben%bengoodger.com 2004-03-17 23:21:25 +00:00
Родитель 894bacf7e0
Коммит 0a1c1c008b
3 изменённых файлов: 3 добавлений и 0 удалений

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

@ -41,6 +41,7 @@
1 24 "firefox.exe.manifest"
IDI_APPICON ICON "firefox.ico"
IDI_DOCUMENT ICON "document.ico"
IDI_APPLICATION ICON "firefox.ico"

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

@ -58,6 +58,7 @@
// DDE application name
#define ID_DDE_APPLICATION_NAME 102
#define IDI_APPICON 0
#define IDI_DOCUMENT 1
#endif

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

@ -58,6 +58,7 @@
// DDE application name
#define ID_DDE_APPLICATION_NAME 102
#define IDI_APPICON 0
#define IDI_DOCUMENT 1
#endif