mirror of
https://github.com/marciot/mac-tip.git
synced 2024-12-27 05:32:27 +00:00
Fix error notification.
This commit is contained in:
parent
4ab4a0cc90
commit
efd84f0ebc
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user