Menu changes
authoramwaterhouse <Andrew Waterhouse>
Mon, 26 Mar 2007 17:25:14 +0000 (17:25 +0000)
committeramwaterhouse <Andrew Waterhouse>
Mon, 26 Mar 2007 17:25:14 +0000 (17:25 +0000)
src/jalview/jbgui/GStructureViewer.java

index 3616a79..10e0b9b 100644 (file)
@@ -144,7 +144,7 @@ public class GStructureViewer  extends JInternalFrame
         strandColour_actionPerformed(actionEvent);\r
       }\r
     });\r
-    helixColour.setText("Helix");\r
+    helixColour.setText("Helix Propensity");\r
     helixColour.addActionListener(new ActionListener()\r
     {\r
       public void actionPerformed(ActionEvent actionEvent)\r
@@ -152,7 +152,7 @@ public class GStructureViewer  extends JInternalFrame
         helixColour_actionPerformed(actionEvent);\r
       }\r
     });\r
-    turnColour.setText("Turn");\r
+    turnColour.setText("Turn Propensity");\r
     turnColour.addActionListener(new ActionListener()\r
     {\r
       public void actionPerformed(ActionEvent actionEvent)\r
@@ -160,7 +160,7 @@ public class GStructureViewer  extends JInternalFrame
         turnColour_actionPerformed(actionEvent);\r
       }\r
     });\r
-    buriedColour.setText("Buried");\r
+    buriedColour.setText("Buried Index");\r
     buriedColour.addActionListener(new ActionListener()\r
     {\r
       public void actionPerformed(ActionEvent actionEvent)\r