X-Git-Url: http://source.jalview.org/gitweb/?p=jalview.git;a=blobdiff_plain;f=src%2Fjalview%2Fgui%2FPromptUserConfig.java;h=6261015a72735a00b085f3829a21f9e85e376d24;hp=fb90ce7b69d1f059ab33b0ee3d555f26dea7f59c;hb=3d0101179759ef157b088ea135423cd909512d9f;hpb=7c70cb09e9de68ab567e38520d6d09f0c17a3939 diff --git a/src/jalview/gui/PromptUserConfig.java b/src/jalview/gui/PromptUserConfig.java index fb90ce7..6261015 100644 --- a/src/jalview/gui/PromptUserConfig.java +++ b/src/jalview/gui/PromptUserConfig.java @@ -201,8 +201,7 @@ public class PromptUserConfig implements Runnable } try { - int reply = JvOptionPane.showConfirmDialog( - Desktop.desktop, // component, + int reply = JvOptionPane.showConfirmDialog(Desktop.desktop, // component, dialogText, dialogTitle, (allowCancel) ? JvOptionPane.YES_NO_CANCEL_OPTION : JvOptionPane.YES_NO_OPTION, @@ -245,7 +244,8 @@ public class PromptUserConfig implements Runnable { jalview.bin.Cache.log.warn( "Unexpected exception when prompting user for yes/no setting for property " - + property, e); + + property, + e); } } }