mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +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) {
|
||||
txtErrorDump.setText(dump);
|
||||
lblAddInfo.setText("Error Dump");
|
||||
lblAddInfo.setText("Crash Report");
|
||||
cboCategory.setSelectedItem("New Crash Report");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user