- Renamed "Message Report" panel name to "Prompt".

This commit is contained in:
Sloth
2012-04-16 14:02:23 +00:00
parent 673a569710
commit f5bb923fc1

View File

@@ -47,7 +47,7 @@ public enum VMessage implements IVDoc {
// Fields used with interface IVDoc
private DragCell parentCell;
private final DragTab tab = new DragTab("Message Report");
private final DragTab tab = new DragTab("Prompt");
// Various components
private final JButton btnOK = new FButton("OK");