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:
authorWilliam Reynish <billrey@me.com>2019-05-17 18:55:14 +0300
committerWilliam Reynish <billrey@me.com>2019-05-17 18:55:14 +0300
commit043299ab69ca47a42fc8ca4f629727f8a6a2dd31 (patch)
treecaa385cb15db2ec4c470c88f3a43cd836b68f176 /source/blender/windowmanager
parent5ce3f69da438bf2bd58d5039f8a4165f31262e1e (diff)
UI: Use correct icon for saving in the close dialog.
Diffstat (limited to 'source/blender/windowmanager')
-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 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,