mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-18 17:34:43 -04:00
fixes an issue in the overwrite confirmation, closes #569
This commit is contained in:
parent
dc93400815
commit
c967f35cbf
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user