mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
chrome: win: Fix app icon for default Chrome windows (fixes #3606)
This fixes the app icon for default Chrome windows such as DevTools and Task Manager. An ICON with value IDR_MAINFRAME (101) will be loaded from the main executable is available. Otherwise, the default Chromium ICON will be loaded from libcef.dll.
This commit is contained in:
@@ -7,8 +7,8 @@
|
||||
// Used by cefsimple.rc
|
||||
//
|
||||
|
||||
#define IDI_CEFSIMPLE 100
|
||||
#define IDI_SMALL 101
|
||||
#define IDI_CEFSIMPLE 120
|
||||
#define IDI_SMALL 121
|
||||
|
||||
// Avoid files associated with MacOS
|
||||
#define _X86_
|
||||
|
Reference in New Issue
Block a user