remove "inspector" name

This commit is contained in:
Ben Fry
2015-05-18 11:57:44 -04:00
parent a270cebf02
commit 99c811663b

View File

@@ -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)