Cleanup: Do not use spaces in default data names.

Using white spaces in data names should not be encouraged in general,
better not give wrong example here.

Originally part of D15441.
This commit is contained in:
Bastien Montagne 2022-07-13 17:39:19 +02:00
parent 88fbf0a8fc
commit 144d9f2b2e
1 changed files with 1 additions and 1 deletions

View File

@ -1349,7 +1349,7 @@ static int object_gpencil_add_exec(bContext *C, wmOperator *op)
case GP_LRT_OBJECT:
case GP_LRT_SCENE:
case GP_LRT_COLLECTION: {
ob_name = "Line Art";
ob_name = "LineArt";
break;
}
default: {