Skip to content
Snippets Groups Projects
Commit 3729986d authored by tjc's avatar tjc
Browse files

improve message to user

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@11696 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 1ae80748
Branches
Tags
No related merge requests found
......@@ -246,7 +246,8 @@ public class GeneEdit
if(chadoFeature != null)
{
JOptionPane.showMessageDialog(null,
geneName+" appears to be a synonym for "+chadoFeature.getUniqueName(),
geneName+" appears to be a synonym for "+chadoFeature.getUniqueName()+
"\nNow opening "+chadoFeature.getUniqueName(),
geneName, JOptionPane.INFORMATION_MESSAGE);
geneName = chadoFeature.getUniqueName();
db_entry = makeEntry(schema, location, pfield);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment