Commit a37bcd58 authored by Claudio Valerio's avatar Claudio Valerio

Fixed folder Name for Sankore resources

parent 8c7343fc
......@@ -169,7 +169,7 @@ void UBLibraryController::importItemOnLibrary(QString& pItemString)
void UBLibraryController::userPath(QUrl& pPath)
{
pPath = QUrl::fromLocalFile(pPath.toLocalFile() + "/" + QCoreApplication::applicationName());
pPath = QUrl::fromLocalFile(pPath.toLocalFile() + "/Sankore");
createDirectory(pPath);
}
......@@ -467,7 +467,7 @@ void UBLibraryController::removeBackground()
{
if (activeScene())
activeScene()->setAsBackgroundObject(0);
}
UBGraphicsScene* UBLibraryController::activeScene()
......
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