mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-16 07:48:31 +08:00
win: Fix setting icon after format of atom.rc has changed.
This commit is contained in:
@@ -224,7 +224,7 @@ NativeWindowWin::NativeWindowWin(content::WebContents* web_contents,
|
||||
OnViewWasResized();
|
||||
|
||||
if (g_exe_icon == NULL)
|
||||
g_exe_icon = ::LoadImage(GetModuleHandle(NULL), L"IDR_MAINFRAME",
|
||||
g_exe_icon = ::LoadImage(GetModuleHandle(NULL), MAKEINTRESOURCE(1),
|
||||
IMAGE_ICON, 0, 0, 0);
|
||||
::SendMessage(window_->GetNativeWindow(),
|
||||
WM_SETICON,
|
||||
|
||||
Reference in New Issue
Block a user