Grr, another UI messages fix, forgot this one!
This commit is contained in:
@@ -2385,7 +2385,7 @@ bool uiPupMenuInvoke(bContext *C, const char *idname, ReportList *reports)
|
||||
MenuType *mt = WM_menutype_find(idname, true);
|
||||
|
||||
if (mt == NULL) {
|
||||
BKE_reportf(reports, RPT_ERROR, "menu \"%s\" not found\n", idname);
|
||||
BKE_reportf(reports, RPT_ERROR, "menu \"%s\" not found", idname);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user