Merge branch 'master' into newProcessor

This commit is contained in:
hneemann 2020-11-30 10:01:12 +01:00
commit 08752f5e8a

View File

@ -86,7 +86,7 @@ public final class SaveAsHelper {
Lang.get("msg_warning"), Lang.get("msg_warning"),
JOptionPane.DEFAULT_OPTION, JOptionPane.WARNING_MESSAGE, JOptionPane.DEFAULT_OPTION, JOptionPane.WARNING_MESSAGE,
null, options, options[0]); null, options, options[0]);
if (res == 1) { if (res != JOptionPane.OK_OPTION) {
repeat = true; repeat = true;
continue; continue;
} }