From: Jim Procter Date: Tue, 22 Nov 2016 18:21:34 +0000 (+0000) Subject: JAL-2197 changed tooltip for Jnet annotation rows to “Jpred Output” X-Git-Tag: Release_2_10_1~10^2~2^2~1 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=4550191c87ce9e044ce35980d4c926684fe4f04a;p=jalview.git JAL-2197 changed tooltip for Jnet annotation rows to “Jpred Output” --- diff --git a/src/jalview/io/JnetAnnotationMaker.java b/src/jalview/io/JnetAnnotationMaker.java index d5593e3..3feae5d 100755 --- a/src/jalview/io/JnetAnnotationMaker.java +++ b/src/jalview/io/JnetAnnotationMaker.java @@ -192,13 +192,13 @@ public class JnetAnnotationMaker if (id.equals("JNETCONF")) { annot = new AlignmentAnnotation(preds[i].getName(), - "JNet Output", annotations, 0f, 10f, + "JPred Output", annotations, 0f, 10f, AlignmentAnnotation.BAR_GRAPH); } else { annot = new AlignmentAnnotation(preds[i].getName(), - "JNet Output", annotations); + "JPred Output", annotations); } if (seqRef != null)