From 5eb728f818126bfa666b16a80a600f4baf4cbefc Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 10 May 2004 12:07:51 +0000 Subject: INTEGRATION: CWS dba09 (1.3.210); FILE MERGED 2004/03/18 10:22:16 fs 1.3.210.1: #i24876# proper undo strings for table design --- dbaccess/source/ui/inc/dbu_tbl.hrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/inc/dbu_tbl.hrc') diff --git a/dbaccess/source/ui/inc/dbu_tbl.hrc b/dbaccess/source/ui/inc/dbu_tbl.hrc index ecb2230732bd..f58f4c50e780 100644 --- a/dbaccess/source/ui/inc/dbu_tbl.hrc +++ b/dbaccess/source/ui/inc/dbu_tbl.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dbu_tbl.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: oj $ $Date: 2002-11-19 11:42:17 $ + * last change: $Author: hr $ $Date: 2004-05-10 13:07:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -114,6 +114,10 @@ #define STR_TABLEDESIGN_NO_PRIM_KEY_HEAD RID_STR_TBL_START + 46 #define STR_TABLEDESIGN_TITLE RID_STR_TBL_START + 47 #define STR_NO_TYPE_INFO_AVAILABLE RID_STR_TBL_START + 48 +#define STR_CHANGE_COLUMN_NAME RID_STR_TBL_START + 49 +#define STR_CHANGE_COLUMN_TYPE RID_STR_TBL_START + 50 +#define STR_CHANGE_COLUMN_DESCRIPTION RID_STR_TBL_START + 51 +#define STR_CHANGE_COLUMN_ATTRIBUTE RID_STR_TBL_START + 52 // please adjust checking before insert new strings -- cgit