From a64f15677d0ddf9ac34457d2966312a22176a4af Mon Sep 17 00:00:00 2001 From: faa Date: Thu, 18 Dec 2008 08:44:53 +0000 Subject: [PATCH] pcbnew crashes set color --- pcbnew/set_color.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/set_color.h b/pcbnew/set_color.h index d822010c71..5b458b4811 100644 --- a/pcbnew/set_color.h +++ b/pcbnew/set_color.h @@ -18,7 +18,7 @@ class wxStdDialogButtonSizer; // Specify how many elements are contained within laytool_list[] -const int NB_BUTT = 44; +const int NB_BUTT = 43; // Specify how many elements are contained within laytool_index[] const int BUTTON_GROUPS = 3;