GP: Fix template name typo error

This commit is contained in:
2018-09-20 13:04:56 +02:00
parent 9dad2a0e08
commit b9b371625d

View File

@@ -93,7 +93,7 @@ void BLO_update_defaults_startup_blend(Main *bmain, const char *app_template)
}
/* For 2D animation template. */
if (app_template && STREQ(app_template, "2D Animation")) {
if (app_template && STREQ(app_template, "2D_Animation")) {
for (WorkSpace *workspace = bmain->workspaces.first; workspace; workspace = workspace->id.next) {
const char *name = workspace->id.name + 2;