From 58742c8ac9a2bc5e6ceb6fc15f2da542735be193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Sch=C3=B6nheit?= Date: Tue, 5 Dec 2000 14:59:22 +0000 Subject: [PATCH] #79820# HID_DSADMIN_DIALOG --- dbaccess/inc/dbaccess_helpid.hrc | 8 ++++++-- dbaccess/source/ui/dlg/dbadmin.src | 8 ++++++-- dbaccess/util/hidother.src | 8 ++++++-- 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/dbaccess/inc/dbaccess_helpid.hrc b/dbaccess/inc/dbaccess_helpid.hrc index 98d2266155bc..52409dc9df72 100644 --- a/dbaccess/inc/dbaccess_helpid.hrc +++ b/dbaccess/inc/dbaccess_helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dbaccess_helpid.hrc,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: fs $ $Date: 2000-12-05 12:47:30 $ + * last change: $Author: fs $ $Date: 2000-12-05 15:58:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -95,6 +95,7 @@ #define UID_CTL_CONTENT (HID_DBACCESS_START + 21) #define HID_TLB_TABBROWSER (HID_DBACCESS_START + 22) #define HID_TLB_TREELISTBOX (HID_DBACCESS_START + 23) +#define HID_DSADMIN_DIALOG (HID_DBACCESS_START + 24) #define HID_ADMINDLG_CONNECTERROR (HID_DBACCESS_START + 26) @@ -139,6 +140,9 @@ /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.8 2000/12/05 12:47:30 fs + * #80539# removed two obsolete ids + * * Revision 1.7 2000/12/05 11:39:45 fs * #80539# HID_GENERIC_SQL_ERROR * diff --git a/dbaccess/source/ui/dlg/dbadmin.src b/dbaccess/source/ui/dlg/dbadmin.src index c49aab175143..39018aa82b62 100644 --- a/dbaccess/source/ui/dlg/dbadmin.src +++ b/dbaccess/source/ui/dlg/dbadmin.src @@ -2,9 +2,9 @@ * * $RCSfile: dbadmin.src,v $ * - * $Revision: 1.18 $ + * $Revision: 1.19 $ * - * last change: $Author: fs $ $Date: 2000-12-05 12:48:48 $ + * last change: $Author: fs $ $Date: 2000-12-05 15:58:43 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -79,6 +79,7 @@ TabDialog DLG_DATABASE_ADMINISTRATION Moveable = TRUE ; Closeable = TRUE ; Hide = TRUE; + HelpId = HID_DSADMIN_DIALOG; Window WND_DATASOURCESELECTOR { @@ -1862,6 +1863,9 @@ Menu MENU_DATASOURCELIST_POPUP /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.18 2000/12/05 12:48:48 fs + * #80539# removed two obsolete ids + * * Revision 1.17 2000/12/03 10:30:16 fs * #79820# some new help ids * diff --git a/dbaccess/util/hidother.src b/dbaccess/util/hidother.src index 010ad6b6e9e5..0dcaabb9896d 100644 --- a/dbaccess/util/hidother.src +++ b/dbaccess/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: fs $ $Date: 2000-12-05 12:47:59 $ + * last change: $Author: fs $ $Date: 2000-12-05 15:59:22 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -71,6 +71,7 @@ hidspecial UID_CTL_CONTENT { HelpId = UID_CTL_CONTE hidspecial HID_TLB_TABBROWSER { HelpId = HID_TLB_TABBROWSER; }; hidspecial HID_TLB_TREELISTBOX { HelpId = HID_TLB_TREELISTBOX; }; +hidspecial HID_DSADMIN_DIALOG { HelpId = HID_DSADMIN_DIALOG; }; hidspecial HID_DSADMIN_DATASOURCE_SELECTOR { HelpId = HID_DSADMIN_DATASOURCE_SELECTOR; }; hidspecial HID_DSADMIN_DATASOURCE_NEWDS { HelpId = HID_DSADMIN_DATASOURCE_NEWDS; }; hidspecial HID_DSADMIN_DATASOURCE_DSLIST { HelpId = HID_DSADMIN_DATASOURCE_DSLIST; }; @@ -126,6 +127,9 @@ hidspecial HID_GENERIC_SQL_ERROR { HelpId = HID_GENERIC_S /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.5 2000/12/05 12:47:59 fs + * #80539# removed two obsolete ids + * * Revision 1.4 2000/12/05 11:40:56 fs * #80539# HID_GENERIC_SQL_ERROR *