Skip to content

Commit

Permalink
Force virtual to become visible when savingAs for molecule
Browse files Browse the repository at this point in the history
Solves bug 3016
  • Loading branch information
goglepox committed Feb 16, 2012
1 parent 831e683 commit b4aeb86
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -213,6 +213,7 @@ public void doSaveAs() {
List<IResourceFormat> formats = new ArrayList<IResourceFormat>();
formats.add(CMLFormat.getInstance());
formats.add(MDLV2000Format.getInstance());
net.bioclipse.core.Activator.getVirtualProject();
SaveAsDialog saveAsDialog = new SaveAsDialog(
this.getSite().getShell(), formats
);
Expand Down

0 comments on commit b4aeb86

Please sign in to comment.