summaryrefslogtreecommitdiff
path: root/dbaccess
diff options
context:
space:
mode:
authorFrank Schönheit <fs@openoffice.org>2000-12-14 07:52:33 +0000
committerFrank Schönheit <fs@openoffice.org>2000-12-14 07:52:33 +0000
commit139cc0742e9957cfa308d83d296598e69ef2d804 (patch)
tree40a787095870208b7fd691379a12c3f0462d0362 /dbaccess
parent5d36436351d297853cf6df7c43f3bbc3b82bbb28 (diff)
#81845# +HID_DSADMIN_SPECIAL_MESSAGE
Diffstat (limited to 'dbaccess')
-rw-r--r--dbaccess/inc/dbaccess_helpid.hrc9
-rw-r--r--dbaccess/source/ui/dlg/dbadmin.src8
-rw-r--r--dbaccess/util/hidother.src8
3 files changed, 19 insertions, 6 deletions
diff --git a/dbaccess/inc/dbaccess_helpid.hrc b/dbaccess/inc/dbaccess_helpid.hrc
index 9f6521bae1e3..f4881457ec68 100644
--- a/dbaccess/inc/dbaccess_helpid.hrc
+++ b/dbaccess/inc/dbaccess_helpid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: dbaccess_helpid.hrc,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: fs $ $Date: 2000-12-12 16:26:36 $
+ * last change: $Author: fs $ $Date: 2000-12-14 08:50:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,12 +145,17 @@
#define HID_DLG_ROWHEIGHT (HID_DBACCESS_START + 68)
#define HID_DLG_COLWIDTH (HID_DBACCESS_START + 69)
+#define HID_DSADMIN_SPECIAL_MESSAGE (HID_DBACCESS_START + 70)
+
#endif // _DBA_DBACCESS_HELPID_HRC_
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.12 2000/12/12 16:26:36 fs
+ * #81869# typo in one of the help id defines
+ *
* Revision 1.11 2000/12/12 13:08:07 oj
* #80933# new hlp ids for the dialogs
*
diff --git a/dbaccess/source/ui/dlg/dbadmin.src b/dbaccess/source/ui/dlg/dbadmin.src
index 45532b00aab6..2ef4e73c41b9 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.21 $
+ * $Revision: 1.22 $
*
- * last change: $Author: fs $ $Date: 2000-12-11 16:32:49 $
+ * last change: $Author: fs $ $Date: 2000-12-14 08:52:10 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -569,6 +569,7 @@ TabPage PAGE_GENERAL
Pos = MAP_APPFONT ( 6, 112 );
Size = MAP_APPFONT ( 248, 20 );
WordBreak = TRUE;
+ HelpId = HID_DSADMIN_SPECIAL_MESSAGE;
};
String STR_NAMEINVALID
{
@@ -1845,6 +1846,9 @@ Menu MENU_DATASOURCELIST_POPUP
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.21 2000/12/11 16:32:49 fs
+ * broaded the data source list
+ *
* Revision 1.20 2000/12/06 15:13:35 rt
* Merge SRC614: 06.12.00 - 16:13:06
*
diff --git a/dbaccess/util/hidother.src b/dbaccess/util/hidother.src
index de449c6329cf..0ab98d763b94 100644
--- a/dbaccess/util/hidother.src
+++ b/dbaccess/util/hidother.src
@@ -2,9 +2,9 @@
*
* $RCSfile: hidother.src,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: fs $ $Date: 2000-12-12 16:32:06 $
+ * last change: $Author: fs $ $Date: 2000-12-14 08:52:33 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -129,12 +129,16 @@ hidspecial HID_BROWSER_ROWHEIGHT { HelpId = HID_BROWSER_R
hidspecial HID_BROWSER_DSADMINISTRATE { HelpId = HID_BROWSER_DSADMINISTRATE; };
hidspecial HID_BROWSER_CLOSECONN { HelpId = HID_BROWSER_CLOSECONN; };
hidspecial HID_BROWSER_REFRESHCONN { HelpId = HID_BROWSER_REFRESHCONN; };
+hidspecial HID_DSADMIN_SPECIAL_MESSAGE { HelpId = HID_DSADMIN_SPECIAL_MESSAGE; };
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.8 2000/12/12 16:32:06 fs
+ * #81862# type for the adabas user help id (why the heck does the compiler not complain about this?????)
+ *
* Revision 1.7 2000/12/08 21:11:06 fs
* some new help ids for the data source browser
*