Commit 8dc5066a authored by Claudio Valerio's avatar Claudio Valerio

Updated label to Sankore instead of uniboard

parent 98094ee7
......@@ -39,7 +39,7 @@ QStringList UBImportDocument::supportedExtentions()
QString UBImportDocument::importFileFilter()
{
return tr("Uniboard (*.ubz)");
return tr("Sankore 3.1 (*.ubz)");
}
......@@ -77,9 +77,8 @@ QString UBImportDocument::expandFileToDir(const QFile& pZipFile, const QString&
}
if (createNewDocument)
{
documentRootFolder = UBPersistenceManager::persistenceManager()->generateUniqueDocumentPath();
}
QFile out;
char c;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment