Skip to content

Commit

Permalink
change to FileViewer
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@15876 ee4ac58c-ac51-4696-9907-e4b3aa274f04
  • Loading branch information
tjc committed Apr 6, 2011
1 parent ef15fef commit 1aa07fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uk/ac/sanger/artemis/circular/digest/InSilicoGelPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ public void actionPerformed(ActionEvent e)
else
{
final FileViewer viewer = new FileViewer(restrictOutput.getName(), true,
false);
false, false);
BufferedReader br;
try
{
Expand Down

0 comments on commit 1aa07fb

Please sign in to comment.