Packed file print was misleading (no files packed).
It should be "no new files packed".
This commit is contained in:
Ton Roosendaal 2013-03-27 13:28:51 +00:00
parent 79b8d89027
commit 92689be7a0

@ -263,7 +263,7 @@ void packAll(Main *bmain, ReportList *reports)
} }
if (tot == 0) if (tot == 0)
BKE_report(reports, RPT_INFO, "No files have been packed"); BKE_report(reports, RPT_INFO, "No new files have been packed");
else else
BKE_reportf(reports, RPT_INFO, "Packed %d files", tot); BKE_reportf(reports, RPT_INFO, "Packed %d files", tot);