summaryrefslogtreecommitdiff
path: root/desktop/source/inc
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-11-15 14:47:11 +0000
committerOliver Bolte <obo@openoffice.org>2004-11-15 14:47:11 +0000
commitd86c8f73bf9bfdbfdb64d9eaee0e99617e45d1b2 (patch)
treeb0c506c833bd3eb4f4bc1ef25deddd30ada38b4e /desktop/source/inc
parent721c3e65de6e0361d5f11af677cf8daeb46f5e7b (diff)
INTEGRATION: CWS migration1 (1.3.4); FILE MERGED
2004/11/09 15:34:37 lo 1.3.4.3: #i33255# changes according to spec, hid ids for wizard buttons 2004/10/25 09:22:06 lo 1.3.4.2: #i33255 migration and first start wizard implementation 2004/08/31 14:00:29 lo 1.3.4.1: #i33255# first start wizard
Diffstat (limited to 'desktop/source/inc')
-rw-r--r--desktop/source/inc/helpid.hrc18
1 files changed, 15 insertions, 3 deletions
diff --git a/desktop/source/inc/helpid.hrc b/desktop/source/inc/helpid.hrc
index ca6a1879cf0b..c4c06597c50c 100644
--- a/desktop/source/inc/helpid.hrc
+++ b/desktop/source/inc/helpid.hrc
@@ -2,9 +2,9 @@
*
* $RCSfile: helpid.hrc,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: obo $ $Date: 2004-08-11 17:26:15 $
+ * last change: $Author: obo $ $Date: 2004-11-15 15:47:11 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,7 +72,19 @@
#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_MENU_ITEM
+#define HID_FIRSTSTART_DIALOG (HID_DESKTOP_START + 5)
+#define HID_FIRSTSTART_WELCOME (HID_DESKTOP_START + 6)
+#define HID_FIRSTSTART_LICENSE (HID_DESKTOP_START + 7)
+#define HID_FIRSTSTART_MIGRATION (HID_DESKTOP_START + 8)
+#define HID_FIRSTSTART_REGISTRATION (HID_DESKTOP_START + 9)
+#define HID_FIRSTSTART_USER (HID_DESKTOP_START + 10)
+#define HID_FIRSTSTART_PREV (HID_DESKTOP_START + 11)
+#define HID_FIRSTSTART_NEXT (HID_DESKTOP_START + 12)
+#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 ACT_DESKTOP_HID_END HID_FIRSTSTART_REGISTRATION
// check bounds:
#if ACT_DESKTOP_HID_END > HID_DESKTOP_END