Author: mseidel
Date: Mon Jul 15 16:03:07 2019
New Revision: 1863088

URL: http://svn.apache.org/viewvc?rev=1863088&view=rev
Log:
Added graphics for document signature

Added:
    openoffice/trunk/main/default_images/svx/res/notcertificate_11x16.png   
(with props)
    openoffice/trunk/main/default_images/svx/res/notcertificate_11x16_h.png   
(with props)
    
openoffice/trunk/main/default_images/xmlsecurity/res/notcertificate_11x16.png   
(with props)
    
openoffice/trunk/main/default_images/xmlsecurity/res/notcertificate_11x16_h.png 
  (with props)
Modified:
    openoffice/trunk/main/ooo_custom_images/classic/classic_images.tar.gz
    openoffice/trunk/main/svx/source/stbctrls/stbctrls.src
    openoffice/trunk/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src

Added: openoffice/trunk/main/default_images/svx/res/notcertificate_11x16.png
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/svx/res/notcertificate_11x16.png?rev=1863088&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
openoffice/trunk/main/default_images/svx/res/notcertificate_11x16.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: openoffice/trunk/main/default_images/svx/res/notcertificate_11x16_h.png
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/svx/res/notcertificate_11x16_h.png?rev=1863088&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
openoffice/trunk/main/default_images/svx/res/notcertificate_11x16_h.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
openoffice/trunk/main/default_images/xmlsecurity/res/notcertificate_11x16.png
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/xmlsecurity/res/notcertificate_11x16.png?rev=1863088&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
openoffice/trunk/main/default_images/xmlsecurity/res/notcertificate_11x16.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Added: 
openoffice/trunk/main/default_images/xmlsecurity/res/notcertificate_11x16_h.png
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/default_images/xmlsecurity/res/notcertificate_11x16_h.png?rev=1863088&view=auto
==============================================================================
Binary file - no diff available.

Propchange: 
openoffice/trunk/main/default_images/xmlsecurity/res/notcertificate_11x16_h.png
------------------------------------------------------------------------------
    svn:mime-type = image/png

Modified: openoffice/trunk/main/ooo_custom_images/classic/classic_images.tar.gz
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/ooo_custom_images/classic/classic_images.tar.gz?rev=1863088&r1=1863087&r2=1863088&view=diff
==============================================================================
Binary files - no diff available.

Modified: openoffice/trunk/main/svx/source/stbctrls/stbctrls.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/svx/source/stbctrls/stbctrls.src?rev=1863088&r1=1863087&r2=1863088&view=diff
==============================================================================
--- openoffice/trunk/main/svx/source/stbctrls/stbctrls.src (original)
+++ openoffice/trunk/main/svx/source/stbctrls/stbctrls.src Mon Jul 15 16:03:07 
2019
@@ -72,7 +72,7 @@ String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIF
 
 String RID_SVXSTR_XMLSEC_SIG_NOT_OK
 {
-       Text [ en-US ] = "Digital Signature: The document signature does not 
match the document content. We strongly recommend you to do not trust this 
document." ;
+       Text [ en-US ] = "Digital Signature: The document signature does not 
match the document content. We strongly recommend you not to trust this 
document." ;
 };
 
 String RID_SVXSTR_XMLSEC_NO_SIG
@@ -236,7 +236,7 @@ Image RID_SVXBMP_SIGNET_NOTVALIDATED
 {
        ImageBitmap = Bitmap
        {
-               File = "notcertificate_16.png" ;
+               File = "notcertificate_11x16.png" ;
        };
 };
 Image RID_SVXBMP_SIGNET_H
@@ -257,7 +257,7 @@ Image RID_SVXBMP_SIGNET_NOTVALIDATED_H
 {
     ImageBitmap = Bitmap
     {
-        File = "notcertificate_16_h.png" ;
+        File = "notcertificate_11x16_h.png" ;
     };
 };
 

Modified: 
openoffice/trunk/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
URL: 
http://svn.apache.org/viewvc/openoffice/trunk/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src?rev=1863088&r1=1863087&r2=1863088&view=diff
==============================================================================
--- 
openoffice/trunk/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src 
(original)
+++ 
openoffice/trunk/main/xmlsecurity/source/dialogs/digitalsignaturesdialog.src 
Mon Jul 15 16:03:07 2019
@@ -127,7 +127,7 @@ ModalDialog RID_XMLSECDLG_DIGSIG
                Size = MAP_APPFONT ( 33, 22 ) ;
                Fixed = Image
                {
-                       ImageBitmap = Bitmap { File = "notcertificate_16.png"; 
} ;
+                       ImageBitmap = Bitmap { File = 
"notcertificate_11x16.png"; } ;
                };
        };
        FixedText FI_STATE_NOTVALIDATED
@@ -184,7 +184,7 @@ ModalDialog RID_XMLSECDLG_DIGSIG
        };
        Image IMG_STATE_NOTVALIDATED_HC
        {
-               ImageBitmap = Bitmap { File = "notcertificate_16_h.png"; } ;
+               ImageBitmap = Bitmap { File = "notcertificate_11x16_h.png"; } ;
        };
 };
 
@@ -194,7 +194,7 @@ ErrorBox RID_XMLSECDLG_OLD_ODF_FORMAT
        Buttons = WB_OK ;
        DefButton = WB_DEF_OK ;
        Message [ en-US ] = "This document contains signatures in ODF 1.1 
format. Signing documents in %PRODUCTNAME %PRODUCTVERSION requires ODF 1.2 
format version. "
-               "Thus no signatures can be added or removed to this 
document.\n\nSave document in ODF 1.2 format and add all desired signatures 
again." ;
+                                               "Thus no signatures can be 
added or removed to this document.\n\nSave document in ODF 1.2 format and add 
all desired signatures again." ;
 };
 
 


Reply via email to