Skip to content

Commit

Permalink
Use showURLExternal
Browse files Browse the repository at this point in the history
  • Loading branch information
madflow committed Mar 20, 2013
1 parent 1e83ea1 commit fd02649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flow/netbeans/markdown/MarkdownViewHtmlAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public MarkdownViewHtmlAction(MarkdownDataObject context) throws IOException {
out.print(full);
out.close();

URLDisplayer.getDefault().showURL(new URL("file://" + temp.toString()));
URLDisplayer.getDefault().showURLExternal(new URL("file://" + temp.toString()));

temp.deleteOnExit();
}
Expand Down

0 comments on commit fd02649

Please sign in to comment.