Skip to content

Commit efb74dc

Browse files
committed
notes, trying to figure out Help menu problems on OS X
1 parent 609d054 commit efb74dc

2 files changed

Lines changed: 7 additions & 5 deletions

File tree

app/src/processing/app/ui/Editor.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2449,7 +2449,9 @@ public boolean checkModified() {
24492449
JOptionPane.QUESTION_MESSAGE);
24502450

24512451
String[] options = new String[] {
2452-
Language.text("save.btn.save"), Language.text("prompt.cancel"), Language.text("save.btn.dont_save")
2452+
Language.text("save.btn.save"),
2453+
Language.text("prompt.cancel"),
2454+
Language.text("save.btn.dont_save")
24532455
};
24542456
pane.setOptions(options);
24552457

todo.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ X https://github.com/processing/processing/issues/4566
88
X https://github.com/processing/processing/issues/4492
99
X https://github.com/processing/processing/issues/4128
1010
X https://github.com/processing/processing/issues/4503
11-
_ test ext.dirs working on Linux (use js example)
12-
_ test ext.dirs on exported app on Linux
11+
X test ext.dirs working on Linux (use js example)
12+
X test ext.dirs on exported app on Linux
1313
X test ext.dirs working on Windows (use js example)
1414
X modify ext.dirs for exported apps on Windows
1515
X see if CLASSPATH can be set to screw up p5
1616
X works fine on OS X, couldn't reproduce on Linux
1717
X rewrite Util.listFiles() because it wasn't working properly
1818
X add 2016 to about-1x and about-2x
19-
20-
_ saying "no" to save changes is the same as "cancel" on windows?
19+
o saying "no" to save changes is the same as "cancel" on windows?
20+
X can't reproduce
2121

2222
mode work
2323
X add template support for Modes

0 commit comments

Comments
 (0)