mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Relabeled Error Dump to Crash Report in bug reporting window.
Bug: 176
This commit is contained in:
@@ -82,7 +82,7 @@ public class BugzReporter extends JDialog {
|
|||||||
|
|
||||||
public void setDumpText(String dump) {
|
public void setDumpText(String dump) {
|
||||||
txtErrorDump.setText(dump);
|
txtErrorDump.setText(dump);
|
||||||
lblAddInfo.setText("Error Dump");
|
lblAddInfo.setText("Crash Report");
|
||||||
cboCategory.setSelectedItem("New Crash Report");
|
cboCategory.setSelectedItem("New Crash Report");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user