Revision: 4330 http://sourceforge.net/p/jump-pilot/code/4330 Author: ma15569 Date: 2015-03-08 22:18:06 +0000 (Sun, 08 Mar 2015) Log Message: ----------- (Giuseppe Aruta) correct help folder path
Modified Paths: -------------- plug-ins/SextantePlugIn/src/org/openjump/sigle/plugin/tutorial/HelpDialog.java Modified: plug-ins/SextantePlugIn/src/org/openjump/sigle/plugin/tutorial/HelpDialog.java =================================================================== --- plug-ins/SextantePlugIn/src/org/openjump/sigle/plugin/tutorial/HelpDialog.java 2015-02-28 09:41:57 UTC (rev 4329) +++ plug-ins/SextantePlugIn/src/org/openjump/sigle/plugin/tutorial/HelpDialog.java 2015-03-08 22:18:06 UTC (rev 4330) @@ -19,8 +19,6 @@ import javax.swing.event.TreeSelectionListener; import javax.swing.tree.DefaultMutableTreeNode; -import com.vividsolutions.jump.workbench.ui.images.IconLoader; - public class HelpDialog extends JPanel implements TreeSelectionListener { /** * Class adapted from HelpOJPlugIn.class from SIGLE OpenJump Viatoris @@ -135,25 +133,25 @@ private void createNodes(DefaultMutableTreeNode top) { DefaultMutableTreeNode intro = new DefaultMutableTreeNode(new BookInfo( - "Introduction", "/sextante/help/en/general/intro.html")); + "Introduction", "/sextante_help/en/general/intro.html")); top.add(new DefaultMutableTreeNode(new BookInfo("Introduction", - "/sextante/help/en/general/intro.html"))); + "/sextante_help/en/general/intro.html"))); top.add(new DefaultMutableTreeNode(new BookInfo("Toolbox", - "/sextante/help/en/general/toolbox.html"))); + "/sextante_help/en/general/toolbox.html"))); top.add(new DefaultMutableTreeNode(new BookInfo("History", - "/sextante/help/en/general/history.html"))); + "/sextante_help/en/general/history.html"))); top.add(new DefaultMutableTreeNode(new BookInfo("Modeler", - "/sextante/help/en/general/modeler.html"))); + "/sextante_help/en/general/modeler.html"))); top.add(new DefaultMutableTreeNode(new BookInfo("Command line", - "/sextante/help/en/general/cmd.html"))); + "/sextante_help/en/general/cmd.html"))); top.add(new DefaultMutableTreeNode(new BookInfo("Batch", - "/sextante/help/en/general/batch.html"))); + "/sextante_help/en/general/batch.html"))); top.add(new DefaultMutableTreeNode(new BookInfo( "Configure algorithm providers", - "/sextante/help/en/general/providers.html"))); + "/sextante_help/en/general/providers.html"))); top.add(new DefaultMutableTreeNode(new BookInfo("List of algotithms", - "/sextante/help/en/general/sextante_algo.html"))); + "/sextante_help/en/general/sextante_algo.html"))); /* * category = new DefaultMutableTreeNode("Sextante Manual"); ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel