This is an automated email from the ASF dual-hosted git repository.

digro pushed a commit to branch AOO41X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


The following commit(s) were added to refs/heads/AOO41X by this push:
     new 981cc00  Change HTTP to HTTPS in link
981cc00 is described below

commit 981cc00d1f300eb6d6bff450184693e9c88cca3b
Author: DiGro <[email protected]>
AuthorDate: Sat Oct 9 15:08:32 2021 +0200

    Change HTTP to HTTPS in link
    
    Line 72 : Text = "http://www.openoffice.org/welcome/credits.html"; should 
probably be
                  Text = "https://www.openoffice.org/welcome/credits.html";.
                  Added letter "s"to "http"
---
 main/cui/source/dialogs/about.src | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/cui/source/dialogs/about.src 
b/main/cui/source/dialogs/about.src
index 37b0a66..d07958f 100644
--- a/main/cui/source/dialogs/about.src
+++ b/main/cui/source/dialogs/about.src
@@ -69,7 +69,7 @@ ModalDialog RID_DEFAULTABOUT
     FixedText RID_CUI_ABOUT_FTXT_WELCOME_LINK
     {
         Left = TRUE ;
-        Text = "http://www.openoffice.org/welcome/credits.html";;
+        Text = "https://www.openoffice.org/welcome/credits.html";;
     };
     String RID_CUI_ABOUT_STR_COPYRIGHT_VENDOR
     {

Reply via email to