Dont discard label if different to H or E
authoramwaterhouse <Andrew Waterhouse>
Fri, 7 Jul 2006 16:50:34 +0000 (16:50 +0000)
committeramwaterhouse <Andrew Waterhouse>
Fri, 7 Jul 2006 16:50:34 +0000 (16:50 +0000)
src/jalview/io/AnnotationFile.java

index 801a9ab..d004c1a 100755 (executable)
@@ -333,7 +333,8 @@ public class AnnotationFile
         // Either this character represents a helix or sheet\r
         // or an integer which can be displayed\r
         ss = token.charAt(0);\r
-        displayChar = "";\r
+        if(displayChar.equals(token.substring(0,1)))\r
+          displayChar = "";\r
       }\r
       else if(desc.length()<1)\r
         desc = token;\r