Merge remote-tracking branch 'origin/features/JAL-2814ftsHelp' into merge/JAL-2814
[jalview.git] / src / jalview / gui / Help.java
index f2d8113..cba9c2c 100644 (file)
@@ -28,17 +28,17 @@ import javax.help.HelpSet;
 import javax.help.HelpSetException;
 
 /**
- * Utility class to show the help documentation window.
+ * Utility class to show the help documentation window
  * 
  * @author gmcarstairs
- *
  */
 public class Help
 {
   public enum HelpId
   {
     Home("home"), SequenceFeatureSettings("seqfeatures.settings"),
-    StructureViewer("viewingpdbs");
+    StructureViewer("viewingpdbs"), PdbFts("pdbfts"),
+    UniprotFts("uniprotfts");
 
     private String id;