diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:39:55 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-10-06 09:39:55 +0000 |
commit | d4dcb052033c1a9a34c8adf8a6c9ca8706f01066 (patch) | |
tree | ba8cc3d28f10beb0a4527c48a3c51894c1a33cdf | |
parent | 3ee23b1341444fb7225d6ea2c2a5b4e8139ec1ff (diff) |
INTEGRATION: CWS onlineupdate4 (1.3.246); FILE MERGED
2006/09/29 09:30:33 dv 1.3.246.1: #i69938# Added another page to the first start-up wizard for the 'automatic online update notification' feature
-rw-r--r-- | desktop/source/migration/wizard.hrc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/desktop/source/migration/wizard.hrc b/desktop/source/migration/wizard.hrc index a93e1f55fecf..f9c3c6f20929 100644 --- a/desktop/source/migration/wizard.hrc +++ b/desktop/source/migration/wizard.hrc @@ -4,9 +4,9 @@ * * $RCSfile: wizard.hrc,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-08 17:39:08 $ + * last change: $Author: kz $ $Date: 2006-10-06 10:39:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -46,6 +46,7 @@ #define TP_MIGRATION RID_FIRSTSTSTART_START+5 #define TP_USER RID_FIRSTSTSTART_START+6 #define TP_LICENSE RID_FIRSTSTSTART_START+7 +#define TP_UPDATE_CHECK RID_FIRSTSTSTART_START+8 #define ERRBOX_REG_NOSYSBROWSER RID_FIRSTSTSTART_START+29 #define QB_ASK_DECLINE RID_FIRSTSTSTART_START+30 @@ -63,6 +64,9 @@ #define FT_MIGRATION_HEADER 1 #define FT_MIGRATION_BODY 2 #define CB_MIGRATION 3 +#define FT_UPDATE_CHECK_HEADER 1 +#define FT_UPDATE_CHECK_BODY 2 +#define CB_UPDATE_CHECK 3 #define FT_REGISTRATION_HEADER 1 #define FT_REGISTRATION_BODY 2 #define FL_REGISTRATION 3 @@ -96,5 +100,6 @@ #define STR_FINISH RID_FIRSTSTSTART_START+109 #define STR_STATE_USER RID_FIRSTSTSTART_START+110 #define STR_WELCOME_EVAL RID_FIRSTSTSTART_START+111 +#define STR_STATE_UPDATE_CHECK RID_FIRSTSTSTART_START+112 |