Closedown

This commit is contained in:
boccioli_m
2015-06-09 15:36:13 +02:00
parent 34920bbf4b
commit a58cee0204

View File

@@ -332,7 +332,7 @@ public class TestingList extends Panel {
// TODO add your handling code here:
if (System.getProperty("os.name").toLowerCase().contains("windows")) {
String cmd;
cmd = "rundll32 url.dll,FileProtocolHandler " + TESTS_LOG_DEFAULT_DIR;
cmd = "notepad.exe " + TESTS_LOG_DEFAULT_DIR;
try {
Runtime.getRuntime().exec(cmd);
} catch (IOException ex) {