[Bf-blender-cvs] [edb6f192ee9] blender2.8: UI: make new icon consistent with other places.

Brecht Van Lommel noreply at git.blender.org
Wed Sep 19 16:23:03 CEST 2018


Commit: edb6f192ee9e0ceb86adbaa2cb2df00499e4c9b6
Author: Brecht Van Lommel
Date:   Wed Sep 19 10:19:45 2018 +0200
Branches: blender2.8
https://developer.blender.org/rBedb6f192ee9e0ceb86adbaa2cb2df00499e4c9b6

UI: make new icon consistent with other places.

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

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 336004a516b..231adfc746a 100644
--- a/source/blender/windowmanager/intern/wm_files.c
+++ b/source/blender/windowmanager/intern/wm_files.c
@@ -1715,7 +1715,7 @@ static int wm_homefile_read_exec(bContext *C, wmOperator *op)
 static int wm_homefile_read_invoke(bContext *C, wmOperator *UNUSED(op), const wmEvent *UNUSED(event))
 {
 	/* Draw menu which includes default startup and application templates. */
-	uiPopupMenu *pup = UI_popup_menu_begin(C, IFACE_("New File"), ICON_NEW);
+	uiPopupMenu *pup = UI_popup_menu_begin(C, IFACE_("New File"), ICON_FILE);
 	uiLayout *layout = UI_popup_menu_layout(pup);
 
 	MenuType *mt = WM_menutype_find("TOPBAR_MT_file_new", false);



More information about the Bf-blender-cvs mailing list