Skip to content

Commit 9f77f47

Browse files
committed
#4 Add text to ErrorDialog
Signed-off-by: Kaur Palang <kaur.palang@brightcodecompany.com>
1 parent dcf2a79 commit 9f77f47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/com/mirth/connect/client/ui/ErrorDialog.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
100100
question.setBackground(new java.awt.Color(224, 223, 227));
101101
question.setBorder(null);
102102
question.setEditable(false);
103+
question.setText("An unexpected error has occurred. Check \"mirth.log\" and client console output for further details.");
103104
question.setFocusable(false);
104105
questionPane.setViewportView(question);
105106

0 commit comments

Comments
 (0)