From 130109b6ac401601890add1416801b6f2f248552 Mon Sep 17 00:00:00 2001 From: "Thomas Lange [tl]" Date: Fri, 27 Aug 2010 08:59:10 +0200 Subject: cws tl82: #i86328# 'Elements' ToolBox fixes --- starmath/source/toolbox.hrc | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) mode change 100644 => 100755 starmath/source/toolbox.hrc (limited to 'starmath/source/toolbox.hrc') diff --git a/starmath/source/toolbox.hrc b/starmath/source/toolbox.hrc old mode 100644 new mode 100755 index 687521d76a32..29adff303a3e --- a/starmath/source/toolbox.hrc +++ b/starmath/source/toolbox.hrc @@ -28,7 +28,19 @@ #ifndef _TOOLBOX_HRC_ #define _TOOLBOX_HRC_ -#define FL_TOOLBOX_CAT_DELIM 21 +#define FL_TOOLBOX_CAT_DELIM 1 +#define TOOLBOX_CATALOG 10 +#define TOOLBOX_CAT_A 11 +#define TOOLBOX_CAT_B 12 +#define TOOLBOX_CAT_C 13 +#define TOOLBOX_CAT_D 14 +#define TOOLBOX_CAT_E 15 +#define TOOLBOX_CAT_F 16 +#define TOOLBOX_CAT_G 17 +#define TOOLBOX_CAT_H 18 +#define TOOLBOX_CAT_I 19 + +#define NUM_TBX_CATEGORIES (TOOLBOX_CAT_I - TOOLBOX_CAT_A + 1) #endif -- cgit