From 5b4f4c4102e056c6659ef80b9a04af17ff2451fe Mon Sep 17 00:00:00 2001 From: Eric Mullins Date: Thu, 1 Oct 2009 14:49:58 -0600 Subject: [PATCH] Add resource ID for new Mute menu item. I know this was probably done by HG, and simply left out of his commit. Anyway, the project can be built now after this change. --- winboard/resource.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/winboard/resource.h b/winboard/resource.h index 56918ae..744509d 100644 --- a/winboard/resource.h +++ b/winboard/resource.h @@ -60,6 +60,7 @@ #define IDM_NewVariant 184 #define IDM_TypeInName 185 #define IDM_MachineBoth 186 +#define IDM_MuteSounds 187 #define OPT_TCtext1 202 #define OPT_TCTime 203 #define OPT_TCtext2 204 -- 1.7.0.4