mirror of
https://github.com/marciot/mac-tip.git
synced 2025-08-15 18:27:21 +00:00
Fix error notification.
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user