#83327# 2 new help ids for the sql error message dialog

This commit is contained in:
Frank Schönheit
2001-02-05 09:08:41 +00:00
parent 6cc3e796be
commit fd1f090ae9

View File

@@ -2,9 +2,9 @@
* *
* $RCSfile: dbaccess_helpid.hrc,v $ * $RCSfile: dbaccess_helpid.hrc,v $
* *
* $Revision: 1.18 $ * $Revision: 1.19 $
* *
* last change: $Author: oj $ $Date: 2001-02-05 09:52:21 $ * last change: $Author: fs $ $Date: 2001-02-05 10:08:41 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
@@ -199,6 +199,8 @@
#define HID_DSADMIN_QUERIES_DELETE (HID_DBACCESS_START + 109) #define HID_DSADMIN_QUERIES_DELETE (HID_DBACCESS_START + 109)
#define HID_DSADMIN_QUERYADMINISTRATION (HID_DBACCESS_START + 110) #define HID_DSADMIN_QUERYADMINISTRATION (HID_DBACCESS_START + 110)
#define HID_SQLERROR_EXCHAIN_ERRORS (HID_DBACCESS_START + 111)
#define HID_SQLERROR_EXCHAIN_TEXT (HID_DBACCESS_START + 112)
// don't forget to update the file util/hidother.src // don't forget to update the file util/hidother.src
#endif // _DBA_DBACCESS_HELPID_HRC_ #endif // _DBA_DBACCESS_HELPID_HRC_
@@ -206,6 +208,9 @@
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.18 2001/02/05 09:52:21 oj
* new ids
*
* Revision 1.17 2001/02/05 08:22:24 fs * Revision 1.17 2001/02/05 08:22:24 fs
* #83397# corrected the query admin help id * #83397# corrected the query admin help id
* *