diff options
-rw-r--r-- | svtools/util/hidother.src | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/svtools/util/hidother.src b/svtools/util/hidother.src index 3cf7dcbcfdba..72ecdbf5de66 100644 --- a/svtools/util/hidother.src +++ b/svtools/util/hidother.src @@ -4,9 +4,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: vg $ $Date: 2007-04-11 19:46:32 $ + * last change: $Author: vg $ $Date: 2007-05-22 19:34:40 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,3 +62,6 @@ hidspecial HID_HELPAGENT_WINDOW { HelpID = HID_HELPAGENT_WINDOW; hidspecial HID_REGISTRATION_DIALOG { HelpID = HID_REGISTRATION_DIALOG; }; hidspecial HID_PRINTDIALOG_TOFILE { HelpID = HID_PRINTDIALOG_TOFILE; }; + +hidspecial HID_WIZARD_NEXT { HelpID = HID_WIZARD_NEXT; }; +hidspecial HID_WIZARD_PREVIOUS { HelpID = HID_WIZARD_PREVIOUS; }; |