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:
24b9edb
)
JAL-4134 better popup menu name ‘Tree for Contact Matrix’
author
James Procter
<j.procter@dundee.ac.uk>
Mon, 20 Mar 2023 15:25:17 +0000
(15:25 +0000)
committer
James Procter
<j.procter@dundee.ac.uk>
Mon, 20 Mar 2023 15:27:26 +0000
(15:27 +0000)
src/jalview/gui/AnnotationLabels.java
patch
|
blob
|
history
diff --git
a/src/jalview/gui/AnnotationLabels.java
b/src/jalview/gui/AnnotationLabels.java
index
d1a40e5
..
e002999
100755
(executable)
--- a/
src/jalview/gui/AnnotationLabels.java
+++ b/
src/jalview/gui/AnnotationLabels.java
@@
-430,7
+430,7
@@
public class AnnotationLabels extends JPanel
.getContactMatrix(aa[selectedRow]);
if (cm.getNewick()!=null && cm.getNewick().length()>0)
{
- item = new JMenuItem("Show Matrix");
+ item = new JMenuItem("Show Tree for Matrix");
item.addActionListener(new ActionListener()
{