From c8aaa00e0070e23ec5c4e949595a1af554639b99 Mon Sep 17 00:00:00 2001 From: Gilberto Rodrigues Date: Fri, 29 Oct 2021 13:59:04 +1100 Subject: Report "Startup file saved" in info editor This is consistent with saving the preferences. Ref D12896 --- source/blender/windowmanager/intern/wm_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3