浏览代码

Make blank project name create an error, not a warning

Spencer Burris 5 年之前
父节点
当前提交
0e3d938968
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      editor/project_manager.cpp

+ 1 - 1
editor/project_manager.cpp

@@ -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);
 		}
 		}
 	}
 	}