From 5c50beef4fca106a843e9370ed40e5ef9d60bac3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 10 Feb 2013 03:06:47 +0300 Subject: Add https support to link handlers. --- src/gui/helpwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/helpwindow.cpp') diff --git a/src/gui/helpwindow.cpp b/src/gui/helpwindow.cpp index d93472211..c035b2a24 100644 --- a/src/gui/helpwindow.cpp +++ b/src/gui/helpwindow.cpp @@ -88,7 +88,7 @@ void HelpWindow::action(const gcn::ActionEvent &event) void HelpWindow::handleLink(const std::string &link, gcn::MouseEvent *event A_UNUSED) { - if (!strStartWith(link, "http://")) + if (!strStartWith(link, "http://") && !strStartWith(link, "https://")) { std::string helpFile = link; loadHelp(helpFile); -- cgit v1.2.3-70-g09d2