Skip to content

Commit 909cc48

Browse files
author
Robert Strong
committed
Bug 500533 - Firefox missing app icon on Windows CE - incorrect icon resource id's. r=vlad
1 parent bdf6747 commit 909cc48

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

toolkit/xre/nsNativeAppSupportWin.h

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,11 @@
5757
// DDE application name
5858
#define ID_DDE_APPLICATION_NAME 102
5959

60-
#define IDI_APPICON 0
61-
#define IDI_DOCUMENT 1
60+
#define IDI_APPICON 1
61+
#define IDI_DOCUMENT 2
62+
#ifndef IDI_APPLICATION
63+
#define IDI_APPLICATION 32512
64+
#endif
6265

6366
#endif
6467

0 commit comments

Comments
 (0)