summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/certificateviewer.src
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 08:18:17 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 08:18:17 +0000
commite626d49144c1e48c5764291ee49975a8bebbcf96 (patch)
tree7203563eb122153b11d5cd41ab0ecf4f691034b7 /xmlsecurity/source/dialogs/certificateviewer.src
parent50fce8c383a47a8e554700f55d7bbd0c168920d6 (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.src17
1 files changed, 13 insertions, 4 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.src b/xmlsecurity/source/dialogs/certificateviewer.src
index 45d215731965..5bd5b5af465b 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.";