Oops. Really fix Recent XBE's this time..

This commit is contained in:
Luke Usher 2018-04-01 20:52:04 +01:00
parent fae59138b6
commit 24137bf34c
1 changed files with 2 additions and 2 deletions

View File

@ -1644,7 +1644,7 @@ void WndMain::RefreshMenus()
// recent xbe files menu
{
HMENU rxbe_menu = GetSubMenu(file_menu, 6);
HMENU rxbe_menu = GetSubMenu(file_menu, 7);
int max = m_dwRecentXbe;
for(int v=0;v<max;v++)
@ -2032,7 +2032,7 @@ void WndMain::OpenMRU(int mru)
{
HMENU menu = GetMenu(m_hwnd);
HMENU file_menu = GetSubMenu(menu, 0);
HMENU rxbe_menu = GetSubMenu(file_menu, 6);
HMENU rxbe_menu = GetSubMenu(file_menu, 7);
char szBuffer[270];