#79820# HID_DSADMIN_DIALOG

This commit is contained in:
Frank Schönheit
2000-12-05 14:59:22 +00:00
parent 16c92f3348
commit 58742c8ac9
3 changed files with 18 additions and 6 deletions

View File

@@ -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
*

View File

@@ -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
*

View File

@@ -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
*