Add java checker to the instance settings
This commit is contained in:
parent
088b039cf7
commit
d6b09f7c13
6 changed files with 115 additions and 33 deletions
|
@ -276,7 +276,7 @@ void SettingsDialog::checkFinished(JavaCheckResult result)
|
|||
}
|
||||
else
|
||||
{
|
||||
QMessageBox::information(
|
||||
QMessageBox::warning(
|
||||
this, tr("Java test failure"),
|
||||
tr("The specified java binary didn't work. You should use the auto-detect feature, "
|
||||
"or set the path to the java executable."));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue