mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
minor reformatting
This commit is contained in:
@@ -1735,7 +1735,9 @@ public class Base {
|
||||
JOptionPane.QUESTION_MESSAGE);
|
||||
|
||||
String[] options = new String[] {
|
||||
Language.text("save.btn.save"), Language.text("prompt.cancel"), Language.text("save.btn.dont_save")
|
||||
Language.text("save.btn.save"),
|
||||
Language.text("prompt.cancel"),
|
||||
Language.text("save.btn.dont_save")
|
||||
};
|
||||
pane.setOptions(options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user