merge develop
[jalview.git] / src / jalview / ext / jmol / JmolCommands.java
index 23e0a6f..8053ac9 100644 (file)
@@ -113,8 +113,7 @@ public class JmolCommands
                 col = Color.GRAY;
               }
 
-              String newSelcom = (mapping[m].getChain() != " " ? ":"
-                      + mapping[m].getChain() : "")
+              String newSelcom = ":" + mapping[m].getChain()
                       + "/"
                       + (pdbfnum + 1)
                       + ".1"