git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
454688a
)
New description
author
amwaterhouse
<Andrew Waterhouse>
Thu, 1 Feb 2007 14:07:14 +0000
(14:07 +0000)
committer
amwaterhouse
<Andrew Waterhouse>
Thu, 1 Feb 2007 14:07:14 +0000
(14:07 +0000)
src/jalview/gui/AnnotationLabels.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/AnnotationLabels.java
b/src/jalview/gui/AnnotationLabels.java
index
e4c074b
..
3b73837
100755
(executable)
--- a/
src/jalview/gui/AnnotationLabels.java
+++ b/
src/jalview/gui/AnnotationLabels.java
@@
-363,7
+363,7
@@
public class AnnotationLabels extends JPanel implements MouseListener,
String desc = ap.av.alignment.
getAlignmentAnnotation()[selectedRow].description;
- if (desc != null && !desc.equals("New Description"))
+ if (desc != null && !desc.equals("New description"))
setToolTipText(ap.av.alignment.
getAlignmentAnnotation()[selectedRow].description);