Mercurial > mm7
diff mm7_2.cpp @ 736:9cc972ebd3cf
.
author | Nomad |
---|---|
date | Fri, 22 Mar 2013 20:07:55 +0200 |
parents | 6daaa2f18d0d |
children | 585490c29945 6005142abce0 |
line wrap: on
line diff
--- a/mm7_2.cpp Fri Mar 22 20:01:46 2013 +0200 +++ b/mm7_2.cpp Fri Mar 22 20:07:55 2013 +0200 @@ -9456,6 +9456,10 @@ wcxw.hInstance, nullptr); SetWindowTextW(hWnd, L"Might and MagicŪ VII"); + + HMENU menu = CreateMenu(); + AppendMenuW(menu, MF_ENABLED | MF_STRING, 0x101, L"Open level..."); + SetMenu(hWnd, menu); SetPriorityClass(GetCurrentProcess(), NORMAL_PRIORITY_CLASS);