From e1a2cf49debed35913fe6c41e9ec70d8cb5dbbd6 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Tue, 22 May 2007 16:36:36 +0000 Subject: INTEGRATION: CWS chart2mst3 (1.1.1.1.4); FILE MERGED 2005/10/07 11:16:15 bm 1.1.1.1.4.3: RESYNC: (1.1.1.1-1.2); FILE MERGED 2004/04/19 13:41:35 iha 1.1.1.1.4.2: concentrate ResourceIds to avoid dublicates 2004/04/07 21:38:34 iha 1.1.1.1.4.1: #i20344# reuse of resources TitleResources --- .../source/controller/dialogs/dlg_InsertTitle.hrc | 23 +++++++--------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/chart2/source/controller/dialogs/dlg_InsertTitle.hrc b/chart2/source/controller/dialogs/dlg_InsertTitle.hrc index 101b1c0ef2c5..2076b48052db 100644 --- a/chart2/source/controller/dialogs/dlg_InsertTitle.hrc +++ b/chart2/source/controller/dialogs/dlg_InsertTitle.hrc @@ -4,9 +4,9 @@ * * $RCSfile: dlg_InsertTitle.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-09-08 00:09:56 $ + * last change: $Author: vg $ $Date: 2007-05-22 17:36:36 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,17 +32,8 @@ * MA 02111-1307 USA * ************************************************************************/ -#define BTN_OK 1 -#define BTN_CANCEL 1 -#define BTN_HELP 1 -#define EDT_MAINTITLE 1 -#define EDT_SUBTITLE 2 -#define EDT_X_AXIS 3 -#define EDT_Y_AXIS 4 -#define EDT_Z_AXIS 5 -#define CBX_MAINTITLE 1 -#define CBX_SUBTITLE 2 -#define CBX_TITLE_X_AXIS 3 -#define CBX_TITLE_Y_AXIS 4 -#define CBX_TITLE_Z_AXIS 5 -#define DLG_TITLE 834 +#include "ResourceIds.hrc" + +#define BTN_OK 1 +#define BTN_CANCEL 1 +#define BTN_HELP 1 -- cgit