diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2005-11-11 08:18:17 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2005-11-11 08:18:17 +0000 |
commit | ef3569ff85a29b48432ac44cdc847db338288c90 (patch) | |
tree | ff8f9d14a99d84a17abdf05baaafb5ab68fe1d5d /xmlsecurity/source/dialogs/certificateviewer.src | |
parent | 12d75007a91b75b5f35fde74b14d55a5c458bcc1 (diff) |
INTEGRATION: CWS xmlsec13 (1.8.44); FILE MERGED
2005/11/01 16:41:59 jl 1.8.44.3: #54495# We use first the embedded certificate and if that is not available then the one from the store
2005/10/31 14:19:43 jl 1.8.44.2: RESYNC: (1.8-1.11); FILE MERGED
2005/10/26 12:48:57 pb 1.8.44.1: fix: #i54495# new status: certificate could not validated
Diffstat (limited to 'xmlsecurity/source/dialogs/certificateviewer.src')
-rw-r--r-- | xmlsecurity/source/dialogs/certificateviewer.src | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.src b/xmlsecurity/source/dialogs/certificateviewer.src index 45d215731..5bd5b5af4 100644 --- a/xmlsecurity/source/dialogs/certificateviewer.src +++ b/xmlsecurity/source/dialogs/certificateviewer.src @@ -4,9 +4,9 @@ * * $RCSfile: certificateviewer.src,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: rt $ $Date: 2005-10-21 13:28:08 $ + * last change: $Author: rt $ $Date: 2005-11-11 09:18:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,7 +32,6 @@ * MA 02111-1307 USA * ************************************************************************/ - #include "dialogs.hrc" #include "helpids.hrc" @@ -189,6 +188,11 @@ TabPage RID_XMLSECTP_GENERAL Text [ de ] = "Das Zertifikat konnte nicht verifiziert werden."; Text [ en-US ] = "The certificate could not be validated."; }; + Image IMG_STATE_NOT_VALIDATED + { + ImageBitmap = Bitmap { File = "notcertificate_40x56.png"; }; + MaskColor = STD_MASKCOLOR; + }; }; TabPage RID_XMLSECTP_DETAILS @@ -334,11 +338,16 @@ TabPage RID_XMLSECTP_CERTPATH ReadOnly = TRUE; Border = TRUE; }; - Image IMG_CERT_SMAL + Image IMG_CERT_SMALL { ImageBitmap = Bitmap { File = "certificate_16.png"; }; MaskColor = STD_MASKCOLOR; }; + Image IMG_CERT_NOTVALIDATED_SMALL + { + ImageBitmap = Bitmap { File = "notcertificate_16.png"; }; + MaskColor = STD_MASKCOLOR; + }; String STR_PATH_CERT_OK { Text [ de ] = "Das Zertifikat ist OK."; |