mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-28 23:45:17 -04:00
added icons to test result tabs
This commit is contained in:
parent
c82863e253
commit
8b56fedb75
@ -58,8 +58,7 @@ public class TestResultDialog extends JDialog {
|
||||
if (tr.allPassed()) {
|
||||
tabName = Lang.get("msg_test_N_Passed", ts.name);
|
||||
tabIcon = ICON_PASSED;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
tabName = Lang.get("msg_test_N_Failed", ts.name);
|
||||
tabIcon = ICON_FAILED;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user