diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:22:39 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 18:22:39 +0000 |
commit | 60b2032bcb241f49ff9f43a074d457588bc8d79d (patch) | |
tree | df58596056a16939369bb18b08f9e966b9da7f1e /svtools/inc | |
parent | 567f062fc0b6ef6f0bf1b30f4793e771a13bdcf0 (diff) |
INTEGRATION: CWS odbmacros2 (1.4.24); FILE MERGED
2008/01/15 09:47:08 fs 1.4.24.1: some re-factoring to prepare the migration UI for #i49133#
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/svtools.hrc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/svtools/inc/svtools/svtools.hrc b/svtools/inc/svtools/svtools.hrc index 510b117725e0..d4e804947d95 100644 --- a/svtools/inc/svtools/svtools.hrc +++ b/svtools/inc/svtools/svtools.hrc @@ -4,9 +4,9 @@ * * $RCSfile: svtools.hrc,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: kz $ $Date: 2008-03-05 16:42:19 $ + * last change: $Author: kz $ $Date: 2008-03-06 19:22:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -347,7 +347,8 @@ #define STR_WIZDLG_FINISH (STR_WIZARDDIALOG_START + 0) #define STR_WIZDLG_NEXT (STR_WIZARDDIALOG_START + 1) #define STR_WIZDLG_PREVIOUS (STR_WIZARDDIALOG_START + 2) -#define STR_WIZARDDIALOG_END (STR_WIZDLG_PREVIOUS) +#define STR_WIZDLG_ROADMAP_TITLE (STR_WIZARDDIALOG_START + 3) +#define STR_WIZARDDIALOG_END (STR_WIZDLG_ROADMAP_TITLE) #define STR_SVT_COLLATE_START (STR_WIZARDDIALOG_END+1) #define STR_SVT_COLLATE_NORMAL (STR_SVT_COLLATE_START+0) |