Skip to content

Commit

Permalink
Update message for bond order 4
Browse files Browse the repository at this point in the history
see bug 3549
  • Loading branch information
goglepox committed Sep 12, 2013
1 parent 52a0f36 commit 296bfe3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -499,7 +499,7 @@ public void run() {
boolean accept = MessageDialog.open( MessageDialog.QUESTION,
shell,
"Deduce bond order",
"Bond order 4 is not supported. Should we try to deduce bond order?",
"Bioclipse has detected that the SDFile contains bonds with bond order 4. While not in the original SDF standard, bond order 4 is commonly used to specify aromaticity.\n\nWould you like Bioclipse to try to deduce bond orders for the molecules?",
SWT.SHEET);
if(!accept) {
MoleculesEditor editor = MoleculesEditor.this;
Expand Down

0 comments on commit 296bfe3

Please sign in to comment.