Tag: cws_src680_qiq User: fs Date: 06/05/17 04:46:23 Modified: /dba/dbaccess/source/ui/inc/ dbu_misc.hrc, dbu_resource.hrc
Log: #i51143# File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbu_misc.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbu_misc.hrc?r1=1.5.124.1&r2=1.5.124.2 Delta lines: +4 -3 ------------------- --- dbu_misc.hrc 15 May 2006 14:20:02 -0000 1.5.124.1 +++ dbu_misc.hrc 17 May 2006 11:46:20 -0000 1.5.124.2 @@ -4,9 +4,9 @@ * * $RCSfile: dbu_misc.hrc,v $ * - * $Revision: 1.5.124.1 $ + * $Revision: 1.5.124.2 $ * - * last change: $Author: fs $ $Date: 2006/05/15 14:20:02 $ + * last change: $Author: fs $ $Date: 2006/05/17 11:46:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -56,10 +56,11 @@ #define STR_UNKNOWN_TYPE_FOUND RID_STR_MISC_START + 13 #define STR_FILE_DOES_NOT_EXIST RID_STR_MISC_START + 14 #define STR_WARNINGS_DURING_CONNECT RID_STR_MISC_START + 15 +#define STR_NAMED_OBJECT_ALREADY_EXISTS RID_STR_MISC_START + 16 // please adjust checking before insert new strings -#if STR_WARNINGS_DURING_CONNECT > RID_STR_MISC_END +#if STR_OBJECT_EXISTS_ALREADY > RID_STR_MISC_END #error Resource-Id Ueberlauf in #file, #line #endif File [changed]: dbu_resource.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbu_resource.hrc?r1=1.93.12.3&r2=1.93.12.4 Delta lines: +4 -4 ------------------- --- dbu_resource.hrc 15 May 2006 14:20:02 -0000 1.93.12.3 +++ dbu_resource.hrc 17 May 2006 11:46:20 -0000 1.93.12.4 @@ -4,9 +4,9 @@ * * $RCSfile: dbu_resource.hrc,v $ * - * $Revision: 1.93.12.3 $ + * $Revision: 1.93.12.4 $ * - * last change: $Author: fs $ $Date: 2006/05/15 14:20:02 $ + * last change: $Author: fs $ $Date: 2006/05/17 11:46:20 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -345,9 +345,9 @@ //======================================================================== // strings #define STR_TBL_TITLE RID_STR_GEN_START -#define STR_OBJECT_ALREADY_EXSISTS RID_STR_GEN_START + 1 +#define STR_ERROR_DURING_CREATION RID_STR_GEN_START + 1 #define RID_STR_CONNECTION_LOST RID_STR_GEN_START + 2 -#define STR_OBJECT_ALREADY_EXISTS RID_STR_GEN_START + 3 +#define STR_NAME_ALREADY_EXISTS RID_STR_GEN_START + 3 // free #define STR_TITLE_CONFIRM_DELETION RID_STR_GEN_START + 5 #define STR_STAT_WARNING RID_STR_GEN_START + 6 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
