[vlc-commits] macosx: use https URLs in about dialog
David Fuhrmann
git at videolan.org
Wed May 16 18:56:21 CEST 2018
vlc/vlc-3.0 | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Sun May 13 22:38:16 2018 +0200| [46a30d8ab38cc930157ca8a26777750396963dfc] | committer: Jean-Baptiste Kempf
macosx: use https URLs in about dialog
(cherry picked from commit 099a09dc2e2a340a6709e22eff3bce807181cf31)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=46a30d8ab38cc930157ca8a26777750396963dfc
---
modules/gui/macosx/VLCAboutWindowController.m | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/gui/macosx/VLCAboutWindowController.m b/modules/gui/macosx/VLCAboutWindowController.m
index dea4585d27..b3bb1b87d4 100644
--- a/modules/gui/macosx/VLCAboutWindowController.m
+++ b/modules/gui/macosx/VLCAboutWindowController.m
@@ -133,12 +133,12 @@
/* setup join us! */
NSString *joinus = toNSStr(_(""
"<p>VLC media player is a free and open source media player, encoder, and "
- "streamer made by the volunteers of the <a href=\"http://www.videolan.org/"
+ "streamer made by the volunteers of the <a href=\"https://www.videolan.org/"
"\"><span style=\" text-decoration: underline; color:#0057ae;\">VideoLAN</"
"span></a> community.</p><p>VLC uses its internal codecs, works on "
"essentially every popular platform, and can read almost all files, CDs, "
"DVDs, network streams, capture cards and other media formats!</p><p><a href="
- "\"http://www.videolan.org/contribute/\"><span style=\" text-decoration: "
+ "\"https://www.videolan.org/contribute/\"><span style=\" text-decoration: "
"underline; color:#0057ae;\">Help and join us!</span></a>"));
NSString *fontfamily = (OSX_YOSEMITE_AND_HIGHER) ? @"Helvetica Neue" : @"Lucida Grande";
More information about the vlc-commits
mailing list