diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 12:55:00 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2007-08-03 12:55:00 +0000 |
commit | 9daab48525a1c967250bc9398816a1cbbeaa61e3 (patch) | |
tree | d96ed48daa82873ccef65dd0b0657405e9747794 /xmlsecurity/source/dialogs/dialogs.hrc | |
parent | 516721bac2004d9be248ef1d6c1c5ea71895afe3 (diff) |
INTEGRATION: CWS hcicons (1.16.112); FILE MERGED
2007/06/08 09:35:18 pb 1.16.112.2: fix: #146847# high contrast of key image
2007/06/05 06:34:37 pb 1.16.112.1: fix: #146847# more high contrast support
Diffstat (limited to 'xmlsecurity/source/dialogs/dialogs.hrc')
-rw-r--r-- | xmlsecurity/source/dialogs/dialogs.hrc | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/xmlsecurity/source/dialogs/dialogs.hrc b/xmlsecurity/source/dialogs/dialogs.hrc index 5ec8b3951..5a9b36138 100644 --- a/xmlsecurity/source/dialogs/dialogs.hrc +++ b/xmlsecurity/source/dialogs/dialogs.hrc @@ -4,9 +4,9 @@ * * $RCSfile: dialogs.hrc,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2005-11-11 09:18:32 $ + * last change: $Author: hr $ $Date: 2007-08-03 13:55:00 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -182,6 +182,9 @@ #define FI_CORRPRIVKEY 14 #define STR_CERTIFICATE_NOT_VALIDATED 15 #define IMG_STATE_NOT_VALIDATED 16 +#define IMG_STATE_CERIFICATED_HC 17 +#define IMG_STATE_NOT_VALIDATED_HC 18 +#define IMG_KEY_HC 19 #define IMG1_WIDTH 33 #define IMG1_HEIGHT 22 @@ -241,9 +244,11 @@ #define FT_CERTSTATUS 2 #define ML_CERTSTATUS 3 #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 IMG_CERT_SMALL_HC 5 +#define IMG_CERT_NOTVALIDATED_SMALL 6 +#define IMG_CERT_NOTVALIDATED_SMALL_HC 7 +#define STR_PATH_CERT_OK 8 +#define STR_PATH_CERT_NOT_VALIDATED 9 #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) |