diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-11-11 08:18:32 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-11-11 08:18:32 +0000 |
commit | 9a651c1c707828061c9fbed9216608f281783bfc (patch) | |
tree | eb1c072dd0fa6a128700f8674b6ddd92ec2796c8 /xmlsecurity/source/dialogs/dialogs.hrc | |
parent | ef3569ff85a29b48432ac44cdc847db338288c90 (diff) |
INTEGRATION: CWS xmlsec13 (1.13.28); FILE MERGED
2005/10/26 12:48:57 pb 1.13.28.1: fix: #i54495# new status: certificate could not validated
Diffstat (limited to 'xmlsecurity/source/dialogs/dialogs.hrc')
-rw-r--r-- | xmlsecurity/source/dialogs/dialogs.hrc | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/xmlsecurity/source/dialogs/dialogs.hrc b/xmlsecurity/source/dialogs/dialogs.hrc index 992301e97..5ec8b3951 100644 --- a/xmlsecurity/source/dialogs/dialogs.hrc +++ b/xmlsecurity/source/dialogs/dialogs.hrc @@ -4,9 +4,9 @@ * * $RCSfile: dialogs.hrc,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: rt $ $Date: 2005-10-21 13:28:25 $ + * last change: $Author: rt $ $Date: 2005-11-11 09:18:32 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -86,10 +86,13 @@ #define FT_HINT_PACK 6 #define IMG_STATE_VALID 7 #define FI_STATE_VALID 8 -#define IMG_STATE_BROKEN 9 -#define FI_STATE_BROKEN 10 -#define IMG_STATE_VALID_HC 11 -#define IMG_STATE_BROKEN_HC 12 +#define IMG_STATE_BROKEN 9 +#define FI_STATE_BROKEN 10 +#define IMG_STATE_NOTVALIDATED 11 +#define FI_STATE_NOTVALIDATED 12 +#define IMG_STATE_VALID_HC 13 +#define IMG_STATE_BROKEN_HC 14 +#define IMG_STATE_NOTVALIDATED_HC 15 //#define DS_WIDTH DLGS_WIDTH //#define DS_HEIGHT DLGS_HEIGHT @@ -178,6 +181,7 @@ #define IMG_KEY 13 #define FI_CORRPRIVKEY 14 #define STR_CERTIFICATE_NOT_VALIDATED 15 +#define IMG_STATE_NOT_VALIDATED 16 #define IMG1_WIDTH 33 #define IMG1_HEIGHT 22 @@ -236,9 +240,10 @@ #define FT_CERTPATH 1 #define FT_CERTSTATUS 2 #define ML_CERTSTATUS 3 -#define IMG_CERT_SMAL 4 -#define STR_PATH_CERT_OK 5 -#define STR_PATH_CERT_NOT_VALIDATED 6 +#define IMG_CERT_SMALL 4 +#define IMG_CERT_NOTVALIDATED_SMALL 5 +#define STR_PATH_CERT_OK 6 +#define STR_PATH_CERT_NOT_VALIDATED 7 #define CVP_ROW_0 RSC_SP_TBPG_INNERBORDER_TOP #define CVP_ROW_1 (CVP_ROW_0+RSC_CD_FIXEDTEXT_HEIGHT+RSC_SP_CTRL_DESC_Y) |