зеркало из https://github.com/mozilla/gecko-dev.git
[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:
Родитель
894bacf7e0
Коммит
0a1c1c008b
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче