Fix error notification.

This commit is contained in:
Marcio T 2021-12-05 21:29:54 -07:00
parent 4ab4a0cc90
commit efd84f0ebc
1 changed files with 5 additions and 5 deletions

View File

@ -244,12 +244,12 @@ enum {
hDefault,
hMainWnd,
hTestMonitor,
hTestButton = IDB_TEST,
hExitButton = IDB_QUIT,
hSoundCheckbox,
hTestButton = IDB_TEST,
hExitButton = IDB_QUIT,
hSoundCheckbox = IDB_BEEP,
// Extras added by MLT
hIntroWnd = 5,
hExplainWnd = IDB_EXPL
hIntroWnd = 5,
hExplainWnd = IDB_EXPL
};
typedef struct {