Change the window class names

This commit is contained in:
Cheng Zhao 2015-04-14 16:18:57 +08:00
parent e04c58f398
commit c7468278df
4 changed files with 4 additions and 4 deletions

View file

@ -24,7 +24,7 @@ const UINT kNotifyIconMessage = WM_APP + 1;
// |kBaseIconId| is 2 to avoid conflicts with plugins that hard-code id 1.
const UINT kBaseIconId = 2;
const wchar_t kNotifyIconHostWindowClass[] = L"AtomShell_NotifyIconHostWindow";
const wchar_t kNotifyIconHostWindowClass[] = L"Electron_NotifyIconHostWindow";
} // namespace