Revision: 16006
          http://gate.svn.sourceforge.net/gate/?rev=16006&view=rev
Author:   ian_roberts
Date:     2012-08-10 14:50:35 +0000 (Fri, 10 Aug 2012)
Log Message:
-----------
Allow https:// help URLs
(http://sourceforge.net/support/tracker.php?aid=3556063).

Modified Paths:
--------------
    gate/trunk/src/gate/gui/MainFrame.java

Modified: gate/trunk/src/gate/gui/MainFrame.java
===================================================================
--- gate/trunk/src/gate/gui/MainFrame.java      2012-08-10 10:04:27 UTC (rev 
16005)
+++ gate/trunk/src/gate/gui/MainFrame.java      2012-08-10 14:50:35 UTC (rev 
16006)
@@ -4599,6 +4599,7 @@
     if (resourceName == null) { resourceName = "unknown"; }
     if (urlString != null
     && !urlString.startsWith("http://";)
+    && !urlString.startsWith("https://";)
     && !urlString.startsWith("file://")) {
       urlString = "http://gate.ac.uk/userguide/"; + urlString;
     }

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to