Dont discard label if different to H or E
[jalview.git] / 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