X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fext%2Fjmol%2FJmolCommands.java;h=8053ac988b0f4680f333876cc7f57697784bc489;hb=207b06de28859536277608ad94897eaa526b1279;hp=23e0a6f08e457faf8bffeffbce99c005ed2b693b;hpb=8537d486848be3e97578248dae6bede12e343fe1;p=jalview.git diff --git a/src/jalview/ext/jmol/JmolCommands.java b/src/jalview/ext/jmol/JmolCommands.java index 23e0a6f..8053ac9 100644 --- a/src/jalview/ext/jmol/JmolCommands.java +++ b/src/jalview/ext/jmol/JmolCommands.java @@ -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"