win: Add the new Media menu handler

This commit is contained in:
David Hrdlička
2020-04-26 15:43:33 +02:00
parent 6838117fdd
commit 70503973eb
6 changed files with 206 additions and 18 deletions

View File

@@ -1325,7 +1325,7 @@ StatusBarCreate(HWND hwndParent, uintptr_t idStatus, HINSTANCE hInst)
SendMessage(hwndSBAR, SB_SETTEXT, 0 | SBT_NOBORDERS,
(LPARAM)plat_get_string(IDS_2126));
MediaMenuCreate(hwndParent, idStatus, hInst);
//MediaMenuCreate(hwndParent, idStatus, hInst);
sb_ready = 1;
}