diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 14:52:12 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 14:52:12 +0000 |
commit | 32b999424eb833b1142e819edc88e0c024ee9680 (patch) | |
tree | 26bb9013f78fd4eab8ec4286df0e06cccad880cd /desktop/util | |
parent | 56c63e4b3f5baacbbc7a5e6dc35ba830ff06a9fe (diff) |
INTEGRATION: CWS migration1 (1.3.4); FILE MERGED
2004/11/09 15:34:02 lo 1.3.4.1: #i33255# hid ids for wizard buttons
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;}; + + |