Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2021-10-29 06:01:19 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-10-29 06:01:19 +0300
commit57f7650dc7af54015dee6e1fcc8f82ec4f496f3b (patch)
treefdc9254ccbf12467105f123f901444d5d88a55e1
parent99fbf1716f39fe32268ef03cd8345c4f120520d3 (diff)
parentc8aaa00e0070e23ec5c4e949595a1af554639b99 (diff)
Merge branch 'blender-v3.0-release'
-rw-r--r--source/blender/windowmanager/intern/wm_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c
index 8fcc30dfed7..67222cc07f9 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -2142,7 +2142,7 @@ static int wm_homefile_write_exec(bContext *C, wmOperator *op)
}
printf("ok\n");
-
+ BKE_report(op->reports, RPT_INFO, "Startup file saved");
G.save_over = 0;
BKE_callback_exec_null(bmain, BKE_CB_EVT_SAVE_POST);