From a37bcd583e42e27ab200b1eb7848d3ee0f2b356c Mon Sep 17 00:00:00 2001
From: Claudio Valerio <claudio@sente.ch>
Date: Fri, 27 May 2011 14:52:49 +0200
Subject: [PATCH] Fixed folder Name for Sankore resources

---
 src/board/UBLibraryController.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/board/UBLibraryController.cpp b/src/board/UBLibraryController.cpp
index ddd51c1f..ebe780fd 100644
--- a/src/board/UBLibraryController.cpp
+++ b/src/board/UBLibraryController.cpp
@@ -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()