JAL-3048 revised AlignExportSettings dialog with response action
[jalview.git] / src / jalview / gui / FeatureEditor.java
index 60f26e6..f14d657 100644 (file)
@@ -409,7 +409,7 @@ public class FeatureEditor
 
     dialog.showInternalDialog(mainPanel, title,
             JvOptionPane.YES_NO_CANCEL_OPTION,
-            JvOptionPane.QUESTION_MESSAGE, null, options,
+            JvOptionPane.PLAIN_MESSAGE, null, options,
             MessageManager.getString("action.ok"));
   }