diff options
-rw-r--r-- | basctl/inc/basidesh.hrc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/basctl/inc/basidesh.hrc b/basctl/inc/basidesh.hrc index c73787cb9930..0dd85503dda0 100644 --- a/basctl/inc/basidesh.hrc +++ b/basctl/inc/basidesh.hrc @@ -2,9 +2,9 @@ * * $RCSfile: basidesh.hrc,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: obo $ $Date: 2004-08-12 13:18:39 $ + * last change: $Author: kz $ $Date: 2005-01-13 17:24:47 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -143,6 +143,9 @@ #define RID_STR_ERROROPENSTORAGE ( RID_BASICIDE_START + 33 ) #define RID_STR_NOLIBINSTORAGE ( RID_BASICIDE_START + 34 ) #define RID_STR_SBXNAMEALLREADYUSED ( RID_BASICIDE_START + 35 ) +#define RID_STR_WATCHVARIABLE ( RID_BASICIDE_START + 36 ) +#define RID_STR_WATCHVALUE ( RID_BASICIDE_START + 37 ) +#define RID_STR_WATCHTYPE ( RID_BASICIDE_START + 38 ) // free #define RID_STR_REPLACESTDLIB ( RID_BASICIDE_START + 41 ) #define RID_STR_SBXNAMEALLREADYUSED2 ( RID_BASICIDE_START + 42 ) |