mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
remove "inspector" name
This commit is contained in:
@@ -96,7 +96,7 @@ public class VariableInspector extends JDialog {
|
||||
|
||||
public VariableInspector(final JavaEditor editor) {
|
||||
// As a JDialog, the menu bar comes from the Editor
|
||||
super(editor, "Inspector");
|
||||
super(editor, "Variables");
|
||||
this.editor = editor;
|
||||
|
||||
// Use the small toolbar style (at least on OS X)
|
||||
|
||||
Reference in New Issue
Block a user