diff options
Diffstat (limited to 'desktop/util')
-rw-r--r-- | desktop/util/hidother.src | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/desktop/util/hidother.src b/desktop/util/hidother.src index ed8d66b26c09..5738460a889e 100644 --- a/desktop/util/hidother.src +++ b/desktop/util/hidother.src @@ -2,9 +2,9 @@ * * $RCSfile: hidother.src,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: obo $ $Date: 2004-08-11 17:26:28 $ + * last change: $Author: obo $ $Date: 2004-11-15 15:52:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -67,3 +67,10 @@ hidspecial HID_PACKAGE_MANAGER_TREELISTBOX { HelpID = HID_PACKAGE_MANAGER_TREELI hidspecial HID_PACKAGE_MANAGER_PROGRESS { HelpID = HID_PACKAGE_MANAGER_PROGRESS; }; hidspecial HID_PACKAGE_MANAGER_PROGRESS_CANCEL { HelpID = HID_PACKAGE_MANAGER_PROGRESS_CANCEL; }; +hidspecial HID_FIRSTSTART_PREV { HelpId = HID_FIRSTSTART_PREV;}; +hidspecial HID_FIRSTSTART_NEXT { HelpId = HID_FIRSTSTART_NEXT;}; +hidspecial HID_FIRSTSTART_CANCEL { HelpId = HID_FIRSTSTART_CANCEL;}; +hidspecial HID_FIRSTSTART_FINISH { HelpId = HID_FIRSTSTART_FINISH;}; +hidspecial UID_FIRSTSTART_HELP { HelpId = UID_FIRSTSTART_HELP;}; + + |