Changed: Wrong filename for packed sheets BNP, see #279

This commit is contained in:
kervala 2016-09-03 10:14:48 +02:00
parent 8e05b80b18
commit 3b7c82c473

View file

@ -684,7 +684,7 @@ bool CConfigFile::foundTemporaryFiles(const QString &directory) const
QStringList filter;
filter << "*.string_cache";
if (dir.exists("packed_sheets.bnp"))
if (dir.exists("packedsheets.bnp"))
{
filter << "*.packed_sheets";
filter << "*.packed";