We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d312d68 commit 047eb05Copy full SHA for 047eb05
1 file changed
src/script/InterpreterAddData.java
@@ -2,7 +2,7 @@
2
3
import ui.PaintPanel;
4
import actions.AddDataDisplayBoxAction;
5
-import actions.AddTextBoxAction;
+import actions.AddDataInputBoxAction;
6
7
/**
8
* Interpret and execute 'add data' scripts
@@ -43,7 +43,7 @@ private void performAddDisplayBoxAction() {
43
}
44
45
private void performAddInputBoxAction() {
46
- AddTextBoxAction action = new AddTextBoxAction(panel);
+ AddDataInputBoxAction action = new AddDataInputBoxAction(panel);
47
action.performAction();
48
49
0 commit comments