mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-17 00:44:40 -04:00
Merge branch 'master' into newProcessor
This commit is contained in:
commit
08752f5e8a
@ -86,7 +86,7 @@ public final class SaveAsHelper {
|
||||
Lang.get("msg_warning"),
|
||||
JOptionPane.DEFAULT_OPTION, JOptionPane.WARNING_MESSAGE,
|
||||
null, options, options[0]);
|
||||
if (res == 1) {
|
||||
if (res != JOptionPane.OK_OPTION) {
|
||||
repeat = true;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user