Skip to content

Commit

Permalink
update graphviz reference
Browse files Browse the repository at this point in the history
  • Loading branch information
vladdu committed Nov 21, 2014
1 parent 08c2d42 commit 3b5e361
Showing 1 changed file with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,10 @@ public Object execute(final ExecutionEvent event)
final MyMessageDialog m = new MyMessageDialog(
PlatformUI.getWorkbench().getActiveWorkbenchWindow().getShell(),
"Missing Graphviz library",
"For using Wrangler code inspection functionalities you must first install the Eclipse GraphViz plugin (and also the original graphviz binaries).\nUpdate site: <a src=\"http://oroszgy.github.com/eclipsegraphviz/update/\">http://oroszgy.github.com/eclipsegraphviz/update/</a>");
"For using Wrangler code inspection functionalities you must first install the Eclipse GraphViz plugin (and also the original graphviz binaries).\n"
+ "Update site: <a src=\"http://download.erlide.org/update/graphviz/\">http://download.erlide.org/update/graphviz/</a>");

m.open();

// MyMessageDialog
// .openMessage(
// PlatformUI.getWorkbench().getActiveWorkbenchWindow()
// .getShell(),
// "Missing Graphviz plugin",
// "For using Wrangler code inspection functionalities you must first install the Eclipse GraphViz plugin (and also the original graphviz binaries).");

return null;
}
}

0 comments on commit 3b5e361

Please sign in to comment.