Merge pull request #41589 from sburris0/master

Make blank project name create an error, not a warning
This commit is contained in:
Rémi Verschelde 2020-09-03 00:27:57 +02:00 committed by GitHub
commit 71833520da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -412,7 +412,7 @@ private:
_test_path();
if (p_text == "") {
set_message(TTR("It would be a good idea to name your project."), MESSAGE_WARNING);
set_message(TTR("It would be a good idea to name your project."), MESSAGE_ERROR);
}
}