Author: kono
Date: 2012-07-05 13:30:32 -0700 (Thu, 05 Jul 2012)
New Revision: 29773
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/help/HelpContactHelpDeskTask.java
Log:
Modified URL and the Contact Helpdesk menu will directly open Google Group page.
Modified:
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/help/HelpContactHelpDeskTask.java
===================================================================
---
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/help/HelpContactHelpDeskTask.java
2012-07-05 20:30:12 UTC (rev 29772)
+++
core3/impl/trunk/swing-application-impl/src/main/java/org/cytoscape/internal/view/help/HelpContactHelpDeskTask.java
2012-07-05 20:30:32 UTC (rev 29773)
@@ -36,7 +36,8 @@
public class HelpContactHelpDeskTask extends AbstractTask {
- private String helpDeskURL =
"http://www.cytoscape.org/documentation_users.html";
+ // Google Group's help desk top
+ private String helpDeskURL =
"https://groups.google.com/forum/?fromgroups#!forum/cytoscape-helpdesk";
private OpenBrowser openBrowser;
public HelpContactHelpDeskTask(OpenBrowser openBrowser) {
--
You received this message because you are subscribed to the Google Groups
"cytoscape-cvs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/cytoscape-cvs?hl=en.