default_images/svx/res/notcertificate_11x16.png           |binary
 default_images/svx/res/notcertificate_11x16_h.png         |binary
 default_images/svx/res/signet_11x16.png                   |binary
 default_images/svx/res/signet_11x16_h.png                 |binary
 default_images/xmlsecurity/res/notcertificate_11x16.png   |binary
 default_images/xmlsecurity/res/notcertificate_11x16_h.png |binary
 default_images/xmlsecurity/res/signet_11x16.png           |binary
 default_images/xmlsecurity/res/signet_11x16_h.png         |binary
 ooo_custom_images/classic/classic_images.tar.gz           |binary
 svx/source/stbctrls/stbctrls.src                          |    6 +++---
 xmlsecurity/source/dialogs/digitalsignaturesdialog.src    |    6 +++---
 11 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit e8d5f4b7d65f1e0d1d161a36f3c9b9c5866d009a
Author:     Matthias Seidel <msei...@apache.org>
AuthorDate: Mon Jul 15 16:03:07 2019 +0000
Commit:     Matthias Seidel <msei...@apache.org>
CommitDate: Mon Jul 15 16:03:07 2019 +0000

    Added graphics for document signature

diff --git a/default_images/svx/res/notcertificate_11x16.png 
b/default_images/svx/res/notcertificate_11x16.png
new file mode 100644
index 000000000000..f4d24a6e4cfb
Binary files /dev/null and b/default_images/svx/res/notcertificate_11x16.png 
differ
diff --git a/default_images/svx/res/notcertificate_11x16_h.png 
b/default_images/svx/res/notcertificate_11x16_h.png
new file mode 100644
index 000000000000..11210166492d
Binary files /dev/null and b/default_images/svx/res/notcertificate_11x16_h.png 
differ
diff --git a/default_images/xmlsecurity/res/notcertificate_11x16.png 
b/default_images/xmlsecurity/res/notcertificate_11x16.png
new file mode 100644
index 000000000000..f4d24a6e4cfb
Binary files /dev/null and 
b/default_images/xmlsecurity/res/notcertificate_11x16.png differ
diff --git a/default_images/xmlsecurity/res/notcertificate_11x16_h.png 
b/default_images/xmlsecurity/res/notcertificate_11x16_h.png
new file mode 100644
index 000000000000..11210166492d
Binary files /dev/null and 
b/default_images/xmlsecurity/res/notcertificate_11x16_h.png differ
diff --git a/ooo_custom_images/classic/classic_images.tar.gz 
b/ooo_custom_images/classic/classic_images.tar.gz
index 561eedb495d5..d01e3879e387 100644
Binary files a/ooo_custom_images/classic/classic_images.tar.gz and 
b/ooo_custom_images/classic/classic_images.tar.gz differ
diff --git a/svx/source/stbctrls/stbctrls.src b/svx/source/stbctrls/stbctrls.src
index 9a3b56aae9f6..6886c1539725 100644
--- a/svx/source/stbctrls/stbctrls.src
+++ b/svx/source/stbctrls/stbctrls.src
@@ -72,7 +72,7 @@ String RID_SVXSTR_XMLSEC_SIG_OK_NO_VERIFY
 
 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" ;
     };
 };
 
diff --git a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src 
b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
index 09b09b149f86..6a97db972cdb 100644
--- a/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
+++ b/xmlsecurity/source/dialogs/digitalsignaturesdialog.src
@@ -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." ;
 };
 
 
commit a789724e3f525aea51e1e205d719b02c4ce05c06
Author:     Matthias Seidel <msei...@apache.org>
AuthorDate: Mon Jul 15 15:39:51 2019 +0000
Commit:     Matthias Seidel <msei...@apache.org>
CommitDate: Mon Jul 15 15:39:51 2019 +0000

    Updated graphics for document signature

diff --git a/default_images/svx/res/signet_11x16.png 
b/default_images/svx/res/signet_11x16.png
index e3283398c6de..59bde3b4e9d5 100644
Binary files a/default_images/svx/res/signet_11x16.png and 
b/default_images/svx/res/signet_11x16.png differ
diff --git a/default_images/svx/res/signet_11x16_h.png 
b/default_images/svx/res/signet_11x16_h.png
index 85096fa99e9b..4ad1b03250f6 100644
Binary files a/default_images/svx/res/signet_11x16_h.png and 
b/default_images/svx/res/signet_11x16_h.png differ
diff --git a/default_images/xmlsecurity/res/signet_11x16.png 
b/default_images/xmlsecurity/res/signet_11x16.png
index e3283398c6de..59bde3b4e9d5 100644
Binary files a/default_images/xmlsecurity/res/signet_11x16.png and 
b/default_images/xmlsecurity/res/signet_11x16.png differ
diff --git a/default_images/xmlsecurity/res/signet_11x16_h.png 
b/default_images/xmlsecurity/res/signet_11x16_h.png
index 85096fa99e9b..4ad1b03250f6 100644
Binary files a/default_images/xmlsecurity/res/signet_11x16_h.png and 
b/default_images/xmlsecurity/res/signet_11x16_h.png differ
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to