diff options
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/inc/dbaccess_helpid.hrc | 8 | ||||
-rw-r--r-- | dbaccess/source/ui/dlg/dbadmin.src | 9 | ||||
-rw-r--r-- | dbaccess/util/hidother.src | 8 |
3 files changed, 18 insertions, 7 deletions
diff --git a/dbaccess/inc/dbaccess_helpid.hrc b/dbaccess/inc/dbaccess_helpid.hrc index 09d1f3aace13..fb5be63f0728 100644 --- a/dbaccess/inc/dbaccess_helpid.hrc +++ b/dbaccess/inc/dbaccess_helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: dbaccess_helpid.hrc,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: oj $ $Date: 2001-03-22 08:06:00 $ + * last change: $Author: oj $ $Date: 2001-04-24 08:34:41 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -250,6 +250,7 @@ #define HID_TABLE_DESIGN_NO_CONNECTION (HID_DBACCESS_START + 158) #define HID_DSADMIN_CREATEDATABASE (HID_DBACCESS_START + 159) #define HID_BROWSER_COLUMNINFO (HID_DBACCESS_START + 160) +#define HID_DSADMIN_USECATALOG (HID_DBACCESS_START + 161) // don't forget to update the file util/hidother.src #endif // _DBA_DBACCESS_HELPID_HRC_ @@ -257,6 +258,9 @@ /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.25 2001/03/22 08:06:00 oj + * some new helpids + * * Revision 1.24 2001/03/14 10:36:27 oj * new helpid * diff --git a/dbaccess/source/ui/dlg/dbadmin.src b/dbaccess/source/ui/dlg/dbadmin.src index 18698bccc2d9..a1d1d53f4440 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.39 $ + * $Revision: 1.40 $ * - * last change: $Author: oj $ $Date: 2001-04-20 13:38:06 $ + * last change: $Author: oj $ $Date: 2001-04-24 08:34:27 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -1335,7 +1335,7 @@ TabPage PAGE_ODBC Pos = MAP_APPFONT ( 6 , 120 ) ; Size = MAP_APPFONT ( 200 , 12 ) ; TabStop = TRUE ; - HelpId = HID_DSADMIN_USECATLOG; + HelpId = HID_DSADMIN_USECATALOG; Text = "Catalog verwenden bei dateibasierten Datenbanken"; Text [ english ] = "Use catalog on filebased databases"; }; @@ -2235,6 +2235,9 @@ ErrorBox ERR_CANTADMINQUERIES /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.39 2001/04/20 13:38:06 oj + * #85736# new checkbox for odbc + * * Revision 1.38 2001/04/09 23:10:52 rt * Merge SRC627: 10.04.01 - 01:10:15 * diff --git a/dbaccess/util/hidother.src b/dbaccess/util/hidother.src index 52577a40e75d..ff5db995250a 100644 --- a/dbaccess/util/hidother.src +++ b/dbaccess/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: oj $ $Date: 2001-03-22 08:06:31 $ + * last change: $Author: oj $ $Date: 2001-04-24 08:35:10 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -234,10 +234,14 @@ hidspecial HID_BROWSER_RELATION_DESIGN { HelpId = HID_BROWSER_R hidspecial HID_TABLE_DESIGN_NO_CONNECTION { HelpId = HID_TABLE_DESIGN_NO_CONNECTION ; }; hidspecial HID_DSADMIN_CREATEDATABASE { HelpId = HID_DSADMIN_CREATEDATABASE ; }; hidspecial HID_BROWSER_COLUMNINFO { HelpId = HID_BROWSER_COLUMNINFO ; }; +hidspecial HID_DSADMIN_USECATALOG { HelpId = HID_DSADMIN_USECATALOG ; }; /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.20 2001/03/22 08:06:31 oj + * some new helpids + * * Revision 1.19 2001/03/14 10:36:46 oj * new helpid * |