Fixed the settings dialog, now it shows again.
This commit is contained in:
@@ -90,6 +90,7 @@ BEGIN
|
||||
END
|
||||
MENUITEM "S&tatus", IDM_STATUS
|
||||
END
|
||||
#ifdef ENABLE_LOG_TOGGLES
|
||||
POPUP "&Logging"
|
||||
BEGIN
|
||||
#ifdef ENABLE_BUSLOGIC_LOG
|
||||
@@ -123,6 +124,7 @@ BEGIN
|
||||
# endif
|
||||
#endif
|
||||
END
|
||||
#endif
|
||||
POPUP "&Help"
|
||||
BEGIN
|
||||
MENUITEM "&About 86Box...", IDM_ABOUT
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
|
||||
#define DLG_ABOUT 101
|
||||
#define DLG_STATUS 102
|
||||
#define DLG_CONFIG 110
|
||||
#define DLG_CFG_MAIN 110
|
||||
#define DLG_CFG_MACHINE 111
|
||||
#define DLG_CFG_VIDEO 112
|
||||
#define DLG_CFG_INPUT 113
|
||||
|
||||
@@ -4240,5 +4240,5 @@ static BOOL CALLBACK win_settings_main_proc(HWND hdlg, UINT message, WPARAM wPar
|
||||
|
||||
void win_settings_open(HWND hwnd)
|
||||
{
|
||||
DialogBox(hinstance, (LPCWSTR)DLG_CONFIG, hwnd, win_settings_main_proc);
|
||||
DialogBox(hinstance, (LPCWSTR)DLG_CFG_MAIN, hwnd, win_settings_main_proc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user