From efd84f0ebc316c94cc3f484034db8682f09a9561 Mon Sep 17 00:00:00 2001 From: Marcio T Date: Sun, 5 Dec 2021 21:29:54 -0700 Subject: [PATCH] Fix error notification. --- mac-cpp-source/tip/tip.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mac-cpp-source/tip/tip.h b/mac-cpp-source/tip/tip.h index 4125b03..a5abd3f 100644 --- a/mac-cpp-source/tip/tip.h +++ b/mac-cpp-source/tip/tip.h @@ -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 {