From 1b012321e65d944d8a8d2df5083dfb3473d5479c Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 13 Dec 2006 11:03:35 +0000 Subject: INTEGRATION: CWS oihelp (1.3.154); FILE MERGED 2006/11/14 12:29:37 fs 1.3.154.1: #i71485# introduce a HelpSection (still fixed size, not finished completely) --- extensions/source/propctrlr/propresid.hrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'extensions/source/propctrlr/propresid.hrc') diff --git a/extensions/source/propctrlr/propresid.hrc b/extensions/source/propctrlr/propresid.hrc index de15bc4ad1aa..4cb866d7bafa 100644 --- a/extensions/source/propctrlr/propresid.hrc +++ b/extensions/source/propctrlr/propresid.hrc @@ -4,9 +4,9 @@ * * $RCSfile: propresid.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: vg $ $Date: 2006-03-14 11:31:56 $ + * last change: $Author: kz $ $Date: 2006-12-13 12:03:35 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,8 +33,8 @@ * ************************************************************************/ -#ifndef _EXTENSIONS_PROPCTRLR_PROPRESID_HRC_ -#define _EXTENSIONS_PROPCTRLR_PROPRESID_HRC_ +#ifndef EXTENSIONS_PROPRESID_HRC +#define EXTENSIONS_PROPRESID_HRC // TODO: create a new resource range in @@ -50,6 +50,6 @@ #define RID_STR_PROPPAGE_DEFAULT ( RID_PROPCONTROLLER_START + 1 ) #define RID_STR_PROPPAGE_DATA ( RID_PROPCONTROLLER_START + 2 ) #define RID_STR_BOOL ( RID_PROPCONTROLLER_START + 3 ) +#define RID_STR_HELP_SECTION_LABEL ( RID_PROPCONTROLLER_START + 4 ) - -#endif // _EXTENSIONS_PROPCTRLR_PROPRESID_HRC_ +#endif // EXTENSIONS_PROPRESID_HRC -- cgit