UI: make new icon consistent with other places.

This commit is contained in:
Brecht Van Lommel
2018-09-19 10:19:45 +02:00
parent 39600d7c96
commit edb6f192ee

View File

@@ -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);