Tag: cws_src680_oj14 User: lla Date: 2007-06-06 07:34:42+0000 Modified: dba/dbaccess/source/ui/inc/dbu_dlg.hrc dba/dbaccess/source/ui/inc/dbu_resource.hrc
Log: #i77259# new dialog if extension is not present File Changes: Directory: /dba/dbaccess/source/ui/inc/ ======================================= File [changed]: dbu_dlg.hrc Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/inc/dbu_dlg.hrc?r1=1.12&r2=1.12.4.1 Delta lines: +8 -4 ------------------- --- dbu_dlg.hrc 2006-12-13 16:52:15+0000 1.12 +++ dbu_dlg.hrc 2007-06-06 07:34:39+0000 1.12.4.1 @@ -4,9 +4,9 @@ * * $RCSfile: dbu_dlg.hrc,v $ * - * $Revision: 1.12 $ + * $Revision: 1.12.4.1 $ * - * last change: $Author: kz $ $Date: 2006/12/13 16:52:15 $ + * last change: $Author: lla $ $Date: 2007/06/06 07:34:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -128,9 +128,13 @@ #define STR_EXCEPTION_INFO RID_STR_DLG_START + 64 #define STR_EXCEPTION_DETAILS RID_STR_DLG_START + 65 + + // please adjust checking before insert new strings -#if STR_EXCEPTION_DETAILS > RID_STR_DLG_END +#define LAST_STR_HERE RID_STR_DLG_START + 65 + +#if LAST_STR_HERE > RID_STR_DLG_END #error Resource-Id Overflow 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.96.2.1&r2=1.96.2.2 Delta lines: +6 -2 ------------------- --- dbu_resource.hrc 2007-05-24 11:58:36+0000 1.96.2.1 +++ dbu_resource.hrc 2007-06-06 07:34:40+0000 1.96.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: dbu_resource.hrc,v $ * - * $Revision: 1.96.2.1 $ + * $Revision: 1.96.2.2 $ * - * last change: $Author: lla $ $Date: 2007/05/24 11:58:36 $ + * last change: $Author: lla $ $Date: 2007/06/06 07:34:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -124,6 +124,7 @@ #define DLG_COLLECTION_VIEW RID_DIALOG_START + 27 #define DLG_DATABASE_TYPE_CHANGE RID_DIALOG_START + 28 #define DLG_DATABASE_WIZARD RID_DIALOG_START + 29 +#define RID_EXTENSION_NOT_PRESENT_DLG RID_DIALOG_START + 30 //======================================================================== // tab pages @@ -386,6 +387,9 @@ #define RID_STR_ERROR_NO_REPORT_INSTALLED RID_STR_GEN_START + 39 +#define RID_STR_EXTENSION_NOT_PRESENT RID_STR_GEN_START + 40 +#define RID_STR_EXTENSION_NAME RID_STR_GEN_START + 41 + //======================================================================== // untyped resources --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
