[gimp] Bug 795763 - Update gimp.org links to https://



commit 62279047b18b1d9813a10e7e3232043414272f3f
Author: Michael Natterer <mitch gimp org>
Date:   Thu May 3 00:24:08 2018 +0200

    Bug 795763 - Update gimp.org links to https://
    
    Update links to https:// in "About". the "Help" menu, and several
    user-visible error messages.

 app/core/gimpcontainer.c                   |    2 +-
 app/core/gimpimage.c                       |    4 ++--
 app/dialogs/about-dialog.c                 |    2 +-
 plug-ins/script-fu/scripts/gimp-online.scm |    8 ++++----
 4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/app/core/gimpcontainer.c b/app/core/gimpcontainer.c
index 9773a67..54809e4 100644
--- a/app/core/gimpcontainer.c
+++ b/app/core/gimpcontainer.c
@@ -600,7 +600,7 @@ gimp_container_add (GimpContainer *container,
   if (n_children == container->priv->n_children)
     {
       g_warning ("%s: GimpContainer::add() implementation did not "
-                 "chain up. Please report this at http://www.gimp.org/bugs/";,
+                 "chain up. Please report this at https://www.gimp.org/bugs/";,
                  G_STRFUNC);
 
       container->priv->n_children++;
diff --git a/app/core/gimpimage.c b/app/core/gimpimage.c
index dc33618..894eb19 100644
--- a/app/core/gimpimage.c
+++ b/app/core/gimpimage.c
@@ -4369,7 +4369,7 @@ gimp_image_remove_layer (GimpImage *image,
         {
           g_warning ("%s() was called from an undo function while the layer "
                      "had a floating selection. Please report this at "
-                     "http://www.gimp.org/bugs/";, G_STRFUNC);
+                     "https://www.gimp.org/bugs/";, G_STRFUNC);
           return;
         }
 
@@ -4589,7 +4589,7 @@ gimp_image_remove_channel (GimpImage   *image,
         {
           g_warning ("%s() was called from an undo function while the channel "
                      "had a floating selection. Please report this at "
-                     "http://www.gimp.org/bugs/";, G_STRFUNC);
+                     "https://www.gimp.org/bugs/";, G_STRFUNC);
           return;
         }
 
diff --git a/app/dialogs/about-dialog.c b/app/dialogs/about-dialog.c
index 72d31cb..f56a57c 100644
--- a/app/dialogs/about-dialog.c
+++ b/app/dialogs/about-dialog.c
@@ -120,7 +120,7 @@ about_dialog_create (GimpContext *context)
                              "license",            GIMP_LICENSE,
                              "wrap-license",       TRUE,
                              "logo",               pixbuf,
-                             "website",            "http://www.gimp.org/";,
+                             "website",            "https://www.gimp.org/";,
                              "website-label",      _("Visit the GIMP website"),
                              "authors",            authors,
                              "artists",            artists,
diff --git a/plug-ins/script-fu/scripts/gimp-online.scm b/plug-ins/script-fu/scripts/gimp-online.scm
index 8186f0e..a59192b 100644
--- a/plug-ins/script-fu/scripts/gimp-online.scm
+++ b/plug-ins/script-fu/scripts/gimp-online.scm
@@ -18,7 +18,7 @@
 ; along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 (define (gimp-online-docs-web-site)
-  (plug-in-web-browser "http://docs.gimp.org/";)
+  (plug-in-web-browser "https://docs.gimp.org/";)
 )
 
 (define (gimp-help-concepts-usage)
@@ -162,15 +162,15 @@
 ;; Links to GIMP related web sites
 
 (define (gimp-online-main-web-site)
-  (plug-in-web-browser "http://www.gimp.org/";)
+  (plug-in-web-browser "https://www.gimp.org/";)
 )
 
 (define (gimp-online-developer-web-site)
-  (plug-in-web-browser "http://developer.gimp.org/";)
+  (plug-in-web-browser "https://developer.gimp.org/";)
 )
 
 (define (gimp-online-plug-in-web-site)
-  (plug-in-web-browser "http://registry.gimp.org/";)
+  (plug-in-web-browser "https://registry.gimp.org/";)
 )
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]