.
authorp.ciardelli <p.ciardelli@localhost>
Thu, 1 Oct 2009 15:25:14 +0000 (15:25 +0000)
committerp.ciardelli <p.ciardelli@localhost>
Thu, 1 Oct 2009 15:25:14 +0000 (15:25 +0000)
taxeditor-application/plugin.xml
taxeditor-application/src/main/java/eu/etaxonomy/taxeditor/OpenExternalHelpHandler.java

index d0ea4f3907c55193379b0b0fba339e23944ad262..4f1d27cd96c482e75d93c4fc727f54a46673dae0 100644 (file)
             locationURI="menu:org.eclipse.ui.main.menu.help">\r
          <command\r
                commandId="org.eclipse.ui.help.helpContents"\r
-               label="Help Website"\r
+               label="Download Help Manual (PDF)"\r
                style="push">\r
          </command>\r
          <command\r
index 1870d8bea38e00a7bf0d7a5c5ec7d060b08a883a..8b80272832ccf5f3f3247a6702179224a110e3c4 100644 (file)
@@ -33,7 +33,7 @@ public class OpenExternalHelpHandler extends AbstractHandler {
         * @see org.eclipse.core.commands.IHandler#execute(org.eclipse.core.commands.ExecutionEvent)\r
         */\r
        public Object execute(ExecutionEvent event) throws ExecutionException {\r
-               String url = "http://dev.e-taxonomy.eu/trac/wiki/TaxonomicEditor";\r
+               String url = "http://wp5.e-taxonomy.eu/taxeditor/TaxonomicEditor-UserManual-Version2.1.pdf";\r
                try {\r
                        PlatformUI.getWorkbench().getBrowserSupport().createBrowser\r
                                        (IWorkbenchBrowserSupport.AS_EXTERNAL, "aCustomId", "url", "url").openURL(new URL(url));\r