Browse Source

Make blank project name create an error, not a warning

(cherry picked from commit 0e3d938968d05475861a01675c71701b6eff2b13)
Spencer Burris 5 years ago
parent
commit
65ab1a3b0f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/project_manager.cpp

+ 1 - 1
editor/project_manager.cpp

@@ -436,7 +436,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);
 	}
 
 	void ok_pressed() {