diff options
author | Winfried Donkers <osc@dci-electronics.nl> | 2012-02-08 19:16:52 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@suse.cz> | 2012-02-13 22:30:55 +0100 |
commit | 80a72c4cc7edc6b4c0b88d841500617cd733cbf7 (patch) | |
tree | 6436cc464578ddcb884b2bc7cc37973570af6463 /sw/inc | |
parent | 765c6d9916b1959ff92811e80bf0fc4870e7ab29 (diff) |
fdo#44516: Improved label/BC wizard - set paper size
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/envelp.hrc | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/sw/inc/envelp.hrc b/sw/inc/envelp.hrc index b77e92e86cce..1aa09e02f4d2 100644 --- a/sw/inc/envelp.hrc +++ b/sw/inc/envelp.hrc @@ -63,22 +63,21 @@ #define RC_LABEL_END (RC_ENVELP_BEGIN + 49) #define RC_LABFMT_BEGIN (RC_ENVELP_BEGIN + 50) -#define RC_LABFMT_END (RC_ENVELP_BEGIN + 59) +#define RC_LABFMT_END (RC_ENVELP_BEGIN + 62) -#define RC_LABPRT_BEGIN (RC_ENVELP_BEGIN + 60) -#define RC_LABPRT_END (RC_ENVELP_BEGIN + 69) +#define RC_LABPRT_BEGIN (RC_ENVELP_BEGIN + 63) +#define RC_LABPRT_END (RC_ENVELP_BEGIN + 72) // Strings -------------------------------------------------------------------- -#define STR_DATABASE_NOT_OPENED (RC_ENVLOP_BEGIN + 60) -#define STR_NO_DRIVERS (RC_ENVLOP_BEGIN + 61) -#define DLG_MERGE_CREATE (RC_ENVLOP_BEGIN + 62) -#define DLG_MERGE_FIELD_CONNECTIONS (RC_ENVLOP_BEGIN + 63) - -#define STR_BTN_NEW_DOC (RC_ENVLOP_BEGIN + 64) -#define STR_BTN_NEWDOC (RC_ENVLOP_BEGIN + 65) -#define STR_SENDER_TOKENS (RC_ENVLOP_BEGIN + 66) +#define STR_DATABASE_NOT_OPENED (RC_ENVLOP_BEGIN + 63) +#define STR_NO_DRIVERS (RC_ENVLOP_BEGIN + 64) +#define DLG_MERGE_CREATE (RC_ENVLOP_BEGIN + 65) +#define DLG_MERGE_FIELD_CONNECTIONS (RC_ENVLOP_BEGIN + 66) +#define STR_BTN_NEW_DOC (RC_ENVLOP_BEGIN + 67) +#define STR_BTN_NEWDOC (RC_ENVLOP_BEGIN + 68) +#define STR_SENDER_TOKENS (RC_ENVLOP_BEGIN + 69) // Ueberlaufpruefung ---------------------------------------------------------- #define ENVELP_ACT_END STR_SENDER_TOKENS |