Fix error notification.

This commit is contained in:
Marcio T
2021-12-05 21:29:54 -07:00
parent 4ab4a0cc90
commit efd84f0ebc

View File

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