[gnome-subtitles] Updating project website URL



commit bd6fe7b4f9d43578640e5fa475e2a896256b0cbf
Author: Pedro Castro <pedro gnomesubtitles org>
Date:   Wed Nov 21 23:59:03 2018 +0000

    Updating project website URL

 src/GnomeSubtitles/Core/EventHandlers.cs | 4 ++--
 src/GnomeSubtitles/Dialog/AboutDialog.cs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/GnomeSubtitles/Core/EventHandlers.cs b/src/GnomeSubtitles/Core/EventHandlers.cs
index b520ad7..4f017b3 100644
--- a/src/GnomeSubtitles/Core/EventHandlers.cs
+++ b/src/GnomeSubtitles/Core/EventHandlers.cs
@@ -434,11 +434,11 @@ public class EventHandlers {
        }
 
        public void OnHelpKeyboardShortcuts (object o, EventArgs args) {
-               Util.OpenUrl("http://www.gnomesubtitles.org/shortcuts";);
+               Util.OpenUrl("https://gnomesubtitles.org/shortcuts";);
        }
        
        public void OnHelpDonate (object o, EventArgs args) {
-               Util.OpenUrl("http://www.gnomesubtitles.org/donate";);
+               Util.OpenUrl("https://gnomesubtitles.org/donate";);
        }
 
        public void OnHelpRequestFeature (object o, EventArgs args) {
diff --git a/src/GnomeSubtitles/Dialog/AboutDialog.cs b/src/GnomeSubtitles/Dialog/AboutDialog.cs
index dd7b6dc..24c686c 100644
--- a/src/GnomeSubtitles/Dialog/AboutDialog.cs
+++ b/src/GnomeSubtitles/Dialog/AboutDialog.cs
@@ -43,7 +43,7 @@ public class AboutDialog : BaseDialog {
                dialog.ProgramName = Base.ExecutionContext.ApplicationName;
                dialog.Version = Base.ExecutionContext.Version;
                dialog.Logo = new Gdk.Pixbuf(null, LogoFilename);
-               dialog.Website = "http://gnomesubtitles.org";;
+               dialog.Website = "https://gnomesubtitles.org";;
                dialog.WebsiteLabel = dialog.Website;
                dialog.Comments = Catalog.GetString("Video subtitling for the GNOME desktop");
                dialog.Copyright = "Copyright © 2006-2018 Pedro Castro";


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