Kaydet (Commit) d86c8f73 authored tarafından Oliver Bolte's avatar Oliver Bolte

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
üst 721c3e65
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: helpid.hrc,v $ * $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 * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -72,7 +72,19 @@ ...@@ -72,7 +72,19 @@
#define HID_PACKAGE_MANAGER_PROGRESS_CANCEL (HID_DESKTOP_START + 3) #define HID_PACKAGE_MANAGER_PROGRESS_CANCEL (HID_DESKTOP_START + 3)
#define HID_PACKAGE_MANAGER_MENU_ITEM (HID_DESKTOP_START + 4) #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: // check bounds:
#if ACT_DESKTOP_HID_END > HID_DESKTOP_END #if ACT_DESKTOP_HID_END > HID_DESKTOP_END
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment