Make blank project name create an error, not a warning
This commit is contained in:
parent
5abb53be68
commit
0e3d938968
@ -412,7 +412,7 @@ private:
|
|||||||
_test_path();
|
_test_path();
|
||||||
|
|
||||||
if (p_text == "") {
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user