Merge branch 'bug/JAL-2358phantomChimera' into spikes/mungo
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 7519538..fb8e3f8 100644 (file)
@@ -299,7 +299,7 @@ public class StructureSelectionManager
   {
     for (StructureMapping sm : mappings)
     {
-      if (sm.getPdbId().equals(pdbid))
+      if (sm.getPdbId().equalsIgnoreCase(pdbid))
       {
         return sm.pdbfile;
       }