Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/a37bcd583e42e27ab200b1eb7848d3ee0f2b356c?style=split&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Fixed folder Name for Sankore resources

preferencesAboutTextFull
Claudio Valerio 14 years ago
parent 8c7343fcb2
commit a37bcd583e
  1. 4
      src/board/UBLibraryController.cpp

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

Loading…
Cancel
Save