JAL-2365 test for lightgray, darkgray not lightGray, darkGray
authorgmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 13 Dec 2016 11:09:48 +0000 (11:09 +0000)
committergmungoc <g.m.carstairs@dundee.ac.uk>
Tue, 13 Dec 2016 11:09:48 +0000 (11:09 +0000)
src/jalview/schemes/ColourSchemeProperty.java

index fc703ba..0da773b 100755 (executable)
@@ -565,7 +565,7 @@ public class ColourSchemeProperty
     case "cyan":
       col = Color.cyan;
       break;
-    case "darkGray":
+    case "darkgray":
       col = Color.darkGray;
       break;
     case "gray":
@@ -574,7 +574,7 @@ public class ColourSchemeProperty
     case "green":
       col = Color.green;
       break;
-    case "lightGray":
+    case "lightgray":
       col = Color.lightGray;
       break;
     case "magenta":