Revision: 18767
          http://sourceforge.net/p/gate/code/18767
Author:   ian_roberts
Date:     2015-06-05 17:48:38 +0000 (Fri, 05 Jun 2015)
Log Message:
-----------
Corrected mailing list search URL

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

Modified: gate/trunk/src/main/gate/gui/MainFrame.java
===================================================================
--- gate/trunk/src/main/gate/gui/MainFrame.java 2015-06-05 17:13:57 UTC (rev 
18766)
+++ gate/trunk/src/main/gate/gui/MainFrame.java 2015-06-05 17:48:38 UTC (rev 
18767)
@@ -4784,10 +4784,10 @@
         if (keywords == null || keywords.trim().length() == 0) { return; }
       }
       try {
-      showHelpFrame("http://sourceforge.net/search/index.php?"; +
-       "group_id=143829&form_submit=Search&type_of_search=mlists" +
-       "&q=" + java.net.URLEncoder.encode(keywords, "UTF-8"),
-       "mailing list");
+      showHelpFrame("https://sourceforge.net/p/gate/mailman/search/"; +
+               "?mail_list=gate-users" +
+          "&q=" + java.net.URLEncoder.encode(keywords, "UTF-8"),
+        "mailing list");
 
       } catch (UnsupportedEncodingException error) {
         String message = "The Character Encoding is not supported.";

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


------------------------------------------------------------------------------
_______________________________________________
GATE-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gate-cvs

Reply via email to