summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-11 08:18:57 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-11 08:18:57 +0000
commit0ad333df3880d0b2828072b32e442d3b47ea5700 (patch)
tree61705f420e0d02b1d6b841777e0cef9f3d1d09c2 /xmlsecurity/source/dialogs/digitalsignaturesdialog.src
parentbcd50746030fd3de8507c353d552a4d344fd44a2 (diff)
INTEGRATION: CWS xmlsec13 (1.4.28); FILE MERGED
2005/10/26 12:48:58 pb 1.4.28.1: fix: #i54495# new status: certificate could not validated
Diffstat (limited to 'xmlsecurity/source/dialogs/digitalsignaturesdialog.src')
-rw-r--r--xmlsecurity/source/dialogs/digitalsignaturesdialog.src25
1 files changed, 23 insertions, 2 deletions
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
index 8374c2f20c0f..c070c853535a 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
@@ -4,9 +4,9 @@
*
* $RCSfile: digitalsignaturesdialog.src,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: rt $ $Date: 2005-10-21 13:28:40 $
+ * last change: $Author: rt $ $Date: 2005-11-11 09:18:57 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -136,6 +136,22 @@ ModalDialog RID_XMLSECDLG_DIGSIG
Text [ de ] = "Die Signaturen in diesem Dokument sind ungültig.";
Text [ en-US ] = "The signatures in this document are invalid";
};
+ FixedImage IMG_STATE_NOTVALIDATED
+ {
+ Pos = MAP_APPFONT( DS_COL_0, DS_ROW_2A );
+ Size = MAP_APPFONT( IMG1_WIDTH, IMG1_HEIGHT );
+ Fixed = Image
+ {
+ ImageBitmap = Bitmap { File = "notcertificate_16.png"; };
+ MaskColor = STD_MASKCOLOR;
+ };
+ };
+ FixedText FI_STATE_NOTVALIDATED
+ {
+ Pos = MAP_APPFONT( DS_COL_0, DS_ROW_2A );
+ Size = MAP_APPFONT( DS_COL_7-DS_COL_0, RSC_CD_FIXEDTEXT_HEIGHT );
+ Hide = TRUE;
+ };
PushButton BTN_VIEWCERT
{
Pos = MAP_APPFONT( DS_COL_1, DS_ROW_3 );
@@ -188,5 +204,10 @@ ModalDialog RID_XMLSECDLG_DIGSIG
ImageBitmap = Bitmap { File = "caution_11x16_h.png"; };
MaskColor = STD_MASKCOLOR;
};
+ Image IMG_STATE_NOTVALIDATED_HC
+ {
+ ImageBitmap = Bitmap { File = "notcertificate_16_h.png"; };
+ MaskColor = STD_MASKCOLOR;
+ };
};