From 043299ab69ca47a42fc8ca4f629727f8a6a2dd31 Mon Sep 17 00:00:00 2001 From: William Reynish Date: Fri, 17 May 2019 17:55:14 +0200 Subject: UI: Use correct icon for saving in the close dialog. --- source/blender/windowmanager/intern/wm_files.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/windowmanager') diff --git a/source/blender/windowmanager/intern/wm_files.c b/source/blender/windowmanager/intern/wm_files.c index fabdd71fc5c..66bc09825d6 100644 --- a/source/blender/windowmanager/intern/wm_files.c +++ b/source/blender/windowmanager/intern/wm_files.c @@ -3014,7 +3014,7 @@ static uiBlock *block_create__close_file_dialog(struct bContext *C, struct ARegi but = uiDefIconTextBut(block, UI_BTYPE_BUT, 0, - ICON_CANCEL, + ICON_FILE_TICK, IFACE_("Save"), 0, 0, -- cgit v1.2.3