We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcf2a79 commit 9f77f47Copy full SHA for 9f77f47
client/src/com/mirth/connect/client/ui/ErrorDialog.java
@@ -100,6 +100,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
100
question.setBackground(new java.awt.Color(224, 223, 227));
101
question.setBorder(null);
102
question.setEditable(false);
103
+ question.setText("An unexpected error has occurred. Check \"mirth.log\" and client console output for further details.");
104
question.setFocusable(false);
105
questionPane.setViewportView(question);
106
0 commit comments