Blame SOURCES/0010-ui-improve-homepage-in-about-dialog.patch

07c63d
From 671f79bd7d0668fb0c70cd17d09a77482b9f5fbe Mon Sep 17 00:00:00 2001
07c63d
From: Pino Toscano <ptoscano@redhat.com>
07c63d
Date: Wed, 22 Jul 2020 12:08:25 +0200
07c63d
Subject: [PATCH] ui: improve homepage in about dialog
07c63d
07c63d
Switch the homepage URL to https, and synchronize the label with the
07c63d
URL. Also, do not make the label translatable, as it is pointless (it is
07c63d
only a URL).
07c63d
07c63d
Signed-off-by: Pino Toscano <ptoscano@redhat.com>
07c63d
---
07c63d
 src/resources/ui/virt-viewer-about.ui | 4 ++--
07c63d
 1 file changed, 2 insertions(+), 2 deletions(-)
07c63d
07c63d
diff --git a/src/resources/ui/virt-viewer-about.ui b/src/resources/ui/virt-viewer-about.ui
07c63d
index 5f6ce70..681590f 100644
07c63d
--- a/src/resources/ui/virt-viewer-about.ui
07c63d
+++ b/src/resources/ui/virt-viewer-about.ui
07c63d
@@ -16,8 +16,8 @@
07c63d
     <property name="copyright" translatable="yes">Copyright (C) 2007-2012 Daniel P. Berrange
07c63d
 Copyright (C) 2007-2014 Red Hat, Inc.</property>
07c63d
     <property name="comments" translatable="yes">A remote desktop client built with GTK-VNC, SPICE-GTK and libvirt</property>
07c63d
-    <property name="website">http://gitlab.com/virt-viewer/virt-viewer/</property>
07c63d
-    <property name="website_label" translatable="yes">gitlab.com/virt-viewer/virt-viewer</property>
07c63d
+    <property name="website">https://gitlab.com/virt-viewer/virt-viewer</property>
07c63d
+    <property name="website_label">https://gitlab.com/virt-viewer/virt-viewer</property>
07c63d
     <property name="license" translatable="yes">This program is free software; you can redistribute it and/or modify
07c63d
 it under the terms of the GNU General Public License as published by
07c63d
 the Free Software Foundation; either version 2 of the License, or
07c63d
-- 
07c63d
2.28.0
07c63d