summaryrefslogtreecommitdiff
path: root/desktop/source/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2006-07-13 16:07:58 +0000
committerOliver Bolte <obo@openoffice.org>2006-07-13 16:07:58 +0000
commit03d716501822c0608a4daeee39a691bcad93a92e (patch)
treeee573b1f0cd42530aa1a2e000e2d8df7c3b72c77 /desktop/source/inc
parent1858dd2e24878d94f4bfc332f64fff6648c3dcb4 (diff)
INTEGRATION: CWS jsc7 (1.5.142); FILE MERGED
2006/07/11 11:14:18 jl 1.5.142.3: #i67202# license accept button gets uniqueId 2006/07/06 11:46:49 sb 1.5.142.2: #i66005# No help ID for dependency error dialog needed (yet?). 2006/07/03 14:14:49 sb 1.5.142.1: #i66005# Added support for DependencyException to the deployment GUI interaction handler.
Diffstat (limited to 'desktop/source/inc')
-rw-r--r--desktop/source/inc/helpid.hrc7
1 files changed, 4 insertions, 3 deletions
diff --git a/desktop/source/inc/helpid.hrc b/desktop/source/inc/helpid.hrc
index eb46e78205e6..6020538dd7ab 100644
--- a/desktop/source/inc/helpid.hrc
+++ b/desktop/source/inc/helpid.hrc
@@ -4,9 +4,9 @@
*
* $RCSfile: helpid.hrc,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 17:36:34 $
+ * last change: $Author: obo $ $Date: 2006-07-13 17:07:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -57,8 +57,9 @@
#define HID_FIRSTSTART_CANCEL (HID_DESKTOP_START + 13)
#define HID_FIRSTSTART_FINISH (HID_DESKTOP_START + 14)
#define UID_FIRSTSTART_HELP (HID_DESKTOP_START + 15)
+#define UID_BTN_LICENSE_ACCEPT (HID_DESKTOP_START + 16)
-#define ACT_DESKTOP_HID_END HID_FIRSTSTART_REGISTRATION
+#define ACT_DESKTOP_HID_END UID_BTN_LICENSE_ACCEPT
// check bounds:
#if ACT_DESKTOP_HID_END > HID_DESKTOP_END