Author: ruschein
Date: 2010-02-17 13:53:40 -0800 (Wed, 17 Feb 2010)
New Revision: 19348
Modified:
cytoscape/trunk/src/cytoscape/view/CyHelpBroker.java
Log:
Now we display the TOC on help startup.
Modified: cytoscape/trunk/src/cytoscape/view/CyHelpBroker.java
===================================================================
--- cytoscape/trunk/src/cytoscape/view/CyHelpBroker.java 2010-02-17
21:20:37 UTC (rev 19347)
+++ cytoscape/trunk/src/cytoscape/view/CyHelpBroker.java 2010-02-17
21:53:40 UTC (rev 19348)
@@ -69,6 +69,7 @@
try {
hs = new HelpSet(null, hsURL);
hb = hs.createHelpBroker();
+ hb.setCurrentID("d0e1");
} catch (Exception e) {
CyLogger.getLogger().info("HelpSet " + e.getMessage());
CyLogger.getLogger().info("HelpSet " + hs + " not
found.");
--
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.