[Bf-blender-cvs] [043299ab69c] master: UI: Use correct icon for saving in the close dialog.

William Reynish noreply at git.blender.org
Fri May 17 17:55:20 CEST 2019


Commit: 043299ab69ca47a42fc8ca4f629727f8a6a2dd31
Author: William Reynish
Date:   Fri May 17 17:55:14 2019 +0200
Branches: master
https://developer.blender.org/rB043299ab69ca47a42fc8ca4f629727f8a6a2dd31

UI: Use correct icon for saving in the close dialog.

===================================================================

M	source/blender/windowmanager/intern/wm_files.c

===================================================================

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,



More information about the Bf-blender-cvs mailing list