diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-08-11 16:26:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-08-11 16:26:15 +0000 |
commit | d3b973eacaf57512e0c4f1b3b4864203656eb20f (patch) | |
tree | bafbc72acac866d28c1eef99526a6a18898fd0d6 /desktop/source/inc | |
parent | d15fd12b2bcccce169fad5ec5639746533c2b3ac (diff) |
INTEGRATION: CWS docking3 (1.2.30); FILE MERGED
2004/07/21 11:18:53 dbo 1.2.30.1: #i31722# added package manager menu help id
Diffstat (limited to 'desktop/source/inc')
-rw-r--r-- | desktop/source/inc/helpid.hrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/source/inc/helpid.hrc b/desktop/source/inc/helpid.hrc index 3f35ff59d52e..ca6a1879cf0b 100644 --- a/desktop/source/inc/helpid.hrc +++ b/desktop/source/inc/helpid.hrc @@ -2,9 +2,9 @@ * * $RCSfile: helpid.hrc,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: kz $ $Date: 2004-06-11 12:19:53 $ + * last change: $Author: obo $ $Date: 2004-08-11 17:26:15 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -70,8 +70,9 @@ #define HID_PACKAGE_MANAGER_TREELISTBOX (HID_DESKTOP_START + 1) #define HID_PACKAGE_MANAGER_PROGRESS (HID_DESKTOP_START + 2) #define HID_PACKAGE_MANAGER_PROGRESS_CANCEL (HID_DESKTOP_START + 3) +#define HID_PACKAGE_MANAGER_MENU_ITEM (HID_DESKTOP_START + 4) -#define ACT_DESKTOP_HID_END HID_PACKAGE_MANAGER_PROGRESS_CANCEL +#define ACT_DESKTOP_HID_END HID_PACKAGE_MANAGER_MENU_ITEM // check bounds: #if ACT_DESKTOP_HID_END > HID_DESKTOP_END |