RESOLVED FIXED 200217
[Win][MiniBrowser] Add 'reload' menu item and 'reload' toolbar button
https://bugs.webkit.org/show_bug.cgi?id=200217
Summary [Win][MiniBrowser] Add 'reload' menu item and 'reload' toolbar button
Fujii Hironori
Reported 2019-07-28 23:27:22 PDT
[Win][MiniBrowser] Add 'reload' menu item and 'reload' toolbar button
Attachments
Patch (9.02 KB, patch)
2019-07-28 23:32 PDT, Fujii Hironori
achristensen: review+
Fujii Hironori
Comment 1 2019-07-28 23:32:12 PDT
Alex Christensen
Comment 2 2019-07-29 10:37:34 PDT
Comment on attachment 375065 [details] 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?
Fujii Hironori
Comment 3 2019-07-29 18:54:39 PDT
Radar WebKit Bug Importer
Comment 4 2019-07-29 18:55:19 PDT
Note You need to log in before you can comment on or make changes to this bug.