mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Wrong filename for packed sheets BNP, see #279
This commit is contained in:
parent
8e05b80b18
commit
3b7c82c473
1 changed files with 1 additions and 1 deletions
|
@ -684,7 +684,7 @@ bool CConfigFile::foundTemporaryFiles(const QString &directory) const
|
||||||
QStringList filter;
|
QStringList filter;
|
||||||
filter << "*.string_cache";
|
filter << "*.string_cache";
|
||||||
|
|
||||||
if (dir.exists("packed_sheets.bnp"))
|
if (dir.exists("packedsheets.bnp"))
|
||||||
{
|
{
|
||||||
filter << "*.packed_sheets";
|
filter << "*.packed_sheets";
|
||||||
filter << "*.packed";
|
filter << "*.packed";
|
||||||
|
|
Loading…
Reference in a new issue