summaryrefslogtreecommitdiff
path: root/xmlsecurity/source/dialogs/certificateviewer.src
diff options
context:
space:
mode:
authorMalte Timmermann <mt@openoffice.org>2004-07-21 12:57:52 +0000
committerMalte Timmermann <mt@openoffice.org>2004-07-21 12:57:52 +0000
commitb262c189c5788e98a50dff82013eff7e91a85839 (patch)
treed188afff0c0410b0dbce1f378109b79d140c106f /xmlsecurity/source/dialogs/certificateviewer.src
parent2d153fbe2e250e95942113b7cbbe01c574f1b2cf (diff)
#i21596# Digital Signatutres...
Diffstat (limited to 'xmlsecurity/source/dialogs/certificateviewer.src')
-rw-r--r--xmlsecurity/source/dialogs/certificateviewer.src14
1 files changed, 11 insertions, 3 deletions
diff --git a/xmlsecurity/source/dialogs/certificateviewer.src b/xmlsecurity/source/dialogs/certificateviewer.src
index 5505bd5d633d..638c4a32d059 100644
--- a/xmlsecurity/source/dialogs/certificateviewer.src
+++ b/xmlsecurity/source/dialogs/certificateviewer.src
@@ -2,9 +2,9 @@
*
* $RCSfile: certificateviewer.src,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mt $ $Date: 2004-07-15 09:28:33 $
+ * last change: $Author: mt $ $Date: 2004-07-21 13:57:52 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -344,10 +344,18 @@ TabPage RID_XMLSECTP_CERTPATH
Control LB_SIGNATURES
{
Pos = MAP_APPFONT( CV_COL_0, CV_ROW_0A );
- Size = MAP_APPFONT( CV_CONT_WIDTH, CV_ROW_1-CV_ROW_0A );
+ Size = MAP_APPFONT( CV_CONT_WIDTH, CV_ROW_1-CV_ROW_0A - 20 /*HACK MT*/ );
SVLook = TRUE;
Border = TRUE;
};
+ PushButton BTN_VIEWCERT
+ {
+ // MT: Gunnar should check positions, also hack above...
+ Pos = MAP_APPFONT( CV_COL_1-(CV_COL_B-CV_COL_A), CV_ROW_0A+CV_ROW_1-CV_ROW_0A - 20 + 5 );
+ Size = MAP_APPFONT( CV_COL_B-CV_COL_A, RSC_CD_PUSHBUTTON_HEIGHT );
+ Text = "Zertifikat anzeigen...";
+ Text [ en-US ] = "View Certificate...";
+ };
FixedText FT_CERTSTATUS
{
Pos = MAP_APPFONT( CV_COL_0, CV_ROW_2 );