[webkit-reviews] review granted: [Bug 200217] [Win][MiniBrowser] Add 'reload' menu item and 'reload' toolbar button : [Attachment 375065] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 29 10:37:34 PDT 2019


Alex Christensen <achristensen at apple.com> has granted Fujii Hironori
<Hironori.Fujii at sony.com>'s request for review:
Bug 200217: [Win][MiniBrowser] Add 'reload' menu item and 'reload' toolbar
button
https://bugs.webkit.org/show_bug.cgi?id=200217

Attachment 375065: Patch

https://bugs.webkit.org/attachment.cgi?id=375065&action=review




--- Comment #2 from Alex Christensen <achristensen at apple.com> ---
Comment on attachment 375065
  --> https://bugs.webkit.org/attachment.cgi?id=375065
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=375065&action=review

> Tools/MiniBrowser/win/MainWindow.cpp:121
> +    m_hReloadButtonWnd = CreateWindow(L"BUTTON", L"âº", WS_CHILD |
WS_VISIBLE | BS_TEXT, 0, 0, 0, 0, m_hMainWnd,
reinterpret_cast<HMENU>(IDM_RELOAD), hInstance, 0);

I love it. Who needs icons when you have unicode?


More information about the webkit-reviews mailing list