mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
massive changes for revision 78
This commit is contained in:
@@ -279,7 +279,7 @@ public class PdeSketchbook {
|
||||
fd.setFilenameFilter(new FilenameFilter() {
|
||||
public boolean accept(File dir, String name) {
|
||||
//System.out.println("check filter on " + dir + " " + name);
|
||||
return name.endsWith(".pde");
|
||||
return name.toLowerCase().endsWith(".pde");
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user