JAL-629 correct a timeout. Correct passing html flag.
[jalview.git] / src / jalview / gui / Desktop.java
index d5840e6..ab5800c 100644 (file)
@@ -3771,7 +3771,7 @@ public class Desktop extends jalview.jbgui.GDesktop
           boolean html, boolean modal, int timeout)
   {
     nonBlockingDialog(32, 2, title, message, boxtext, button, type,
-            scrollable, false, modal, timeout);
+            scrollable, html, modal, timeout);
   }
 
   public void nonBlockingDialog(int width, int height, String title,