From: jprocter Date: Fri, 2 Apr 2010 10:35:13 +0000 (+0000) Subject: indicate the database id source associated with the sequences being submitted. X-Git-Tag: Release_2_5~89 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=1dabf099b7c77fb0a80039f72cef34669df9b2e1;p=jalview.git indicate the database id source associated with the sequences being submitted. --- diff --git a/src/jalview/ws/EnfinEnvision2OneWay.java b/src/jalview/ws/EnfinEnvision2OneWay.java index abde7e5..b1a0bdb 100644 --- a/src/jalview/ws/EnfinEnvision2OneWay.java +++ b/src/jalview/ws/EnfinEnvision2OneWay.java @@ -430,7 +430,7 @@ public class EnfinEnvision2OneWay extends DefaultHandler implements Runnable,WSM //System.out.println(urlLink.getGroupURLType() +" "+((String[])urlset[3])[0]); // first two bits ofurlLink type bitfield are sequenceids and sequences // TODO: FUTURE: ensure the groupURL menu structure can be generalised - addshowLink(linkMenus[type], label + (((type & 1)==1) ? ("("+(usingNames ? "Names" : ltarget)+")") : ""), descr, urlLink, urlset); + addshowLink(linkMenus[type], label + " "+(usingNames ? (((type & 1)==1) ? "(Names)" : "") : ("("+ltarget+")")), descr, urlLink, urlset); return true; } return false;