diff options
-rw-r--r-- | extensions/inc/extensio.hrc | 5 | ||||
-rw-r--r-- | extensions/util/hidother.src | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/extensions/inc/extensio.hrc b/extensions/inc/extensio.hrc index d1dd3e6d09fb..a95c72c016f7 100644 --- a/extensions/inc/extensio.hrc +++ b/extensions/inc/extensio.hrc @@ -2,9 +2,9 @@ * * $RCSfile: extensio.hrc,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: fs $ $Date: 2001-10-01 17:05:14 $ + * last change: $Author: fs $ $Date: 2001-10-12 12:24:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -157,5 +157,6 @@ #define HID_DBIWIZARD (HID_EXTENSIONS_START + 69) #define UID_DBIWIZARD_HELP (HID_EXTENSIONS_START + 70) +#define HID_DBIWIZARD_FILESELECTION (HID_EXTENSIONS_START + 71) #endif diff --git a/extensions/util/hidother.src b/extensions/util/hidother.src index ad24e3d2ea5f..e326e4c9eb5f 100644 --- a/extensions/util/hidother.src +++ b/extensions/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: fs $ $Date: 2001-10-01 17:07:47 $ + * last change: $Author: fs $ $Date: 2001-10-12 12:26:35 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,3 +136,4 @@ hidspecial HID_ABSPILOT { HelpId = HID_ABSPILOT; } hidspecial UID_ABSPILOT_HELP { HelpId = UID_ABSPILOT_HELP; } hidspecial HID_DBIWIZARD { HelpId = HID_DBIWIZARD; } hidspecial UID_DBIWIZARD_HELP { HelpId = UID_DBIWIZARD_HELP; } +hidspecial HID_DBIWIZARD_FILESELECTION { HelpId = HID_DBIWIZARD_FILESELECTION; } |