Kaydet (Commit) 2c5f9606 authored tarafından Frank Schönheit's avatar Frank Schönheit

#81862# type for the adabas user help id (why the heck does the compiler not…

#81862# type for the adabas user help id (why the heck does the compiler not complain about this?????)
üst 1affab62
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: hidother.src,v $ * $RCSfile: hidother.src,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: fs $ $Date: 2000-12-08 21:11:06 $ * last change: $Author: fs $ $Date: 2000-12-12 16:32:06 $
* *
* 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
...@@ -77,7 +77,7 @@ hidspecial HID_DSADMIN_DATASOURCE_NEWDS { HelpId = HID_DSADMIN_D ...@@ -77,7 +77,7 @@ hidspecial HID_DSADMIN_DATASOURCE_NEWDS { HelpId = HID_DSADMIN_D
hidspecial HID_DSADMIN_DATASOURCE_DSLIST { HelpId = HID_DSADMIN_DATASOURCE_DSLIST; }; hidspecial HID_DSADMIN_DATASOURCE_DSLIST { HelpId = HID_DSADMIN_DATASOURCE_DSLIST; };
hidspecial HID_DSADMIN_USER_JDBC { HelpId = HID_DSADMIN_USER_JDBC; }; hidspecial HID_DSADMIN_USER_JDBC { HelpId = HID_DSADMIN_USER_JDBC; };
hidspecial HID_DSADMIN_USER_ODBC { HelpId = HID_DSADMIN_USER_ODBC; }; hidspecial HID_DSADMIN_USER_ODBC { HelpId = HID_DSADMIN_USER_ODBC; };
hidspecial HID_DSADMIN_USER_ADABAS { HelpId = HID_DSADMIN_USER_ADABAS hidspecial HID_DSADMIN_USER_ADABAS { HelpId = HID_DSADMIN_USER_ADABAS; };
hidspecial HID_DSADMIN_PWDREC_JDBC { HelpId = HID_DSADMIN_PWDREC_JDBC; }; hidspecial HID_DSADMIN_PWDREC_JDBC { HelpId = HID_DSADMIN_PWDREC_JDBC; };
hidspecial HID_DSADMIN_PWDREC_ODBC { HelpId = HID_DSADMIN_PWDREC_ODBC; }; hidspecial HID_DSADMIN_PWDREC_ODBC { HelpId = HID_DSADMIN_PWDREC_ODBC; };
hidspecial HID_DSADMIN_PWDREC_ADABAS { HelpId = HID_DSADMIN_PWDREC_ADABAS; }; hidspecial HID_DSADMIN_PWDREC_ADABAS { HelpId = HID_DSADMIN_PWDREC_ADABAS; };
...@@ -135,6 +135,9 @@ hidspecial HID_BROWSER_REFRESHCONN { HelpId = HID_BROWSER_R ...@@ -135,6 +135,9 @@ hidspecial HID_BROWSER_REFRESHCONN { HelpId = HID_BROWSER_R
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.7 2000/12/08 21:11:06 fs
* some new help ids for the data source browser
*
* Revision 1.6 2000/12/05 15:59:22 fs * Revision 1.6 2000/12/05 15:59:22 fs
* #79820# HID_DSADMIN_DIALOG * #79820# HID_DSADMIN_DIALOG
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment