mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
don't show Changes page when running from command line (issue #1520)
This commit is contained in:
@@ -1086,7 +1086,10 @@ public abstract class Editor extends JFrame implements RunnerListener {
|
||||
|
||||
|
||||
static public void showChanges() {
|
||||
Base.openURL("http://wiki.processing.org/w/Changes");
|
||||
// http://code.google.com/p/processing/issues/detail?id=1520
|
||||
if (!Base.isCommandLine()) {
|
||||
Base.openURL("http://wiki.processing.org/w/Changes");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user