[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

git-svn-id: svn://10.0.0.236/trunk@154073 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
ben%bengoodger.com
2004-03-17 23:21:25 +00:00
parent a143619378
commit d29bbc6818
3 changed files with 3 additions and 0 deletions

View File

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