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

changed the default url

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 930a7c6d39
commit 6fe52f690b
  1. 2
      src/core/UBSettings.cpp
  2. 5
      src/web/browser/WBBrowserWindow.cpp

@ -199,7 +199,7 @@ void UBSettings::ValidateKeyboardPaletteKeyBtnSize()
void UBSettings::init()
{
productWebUrl = new UBSetting(this, "App", "ProductWebAddress", "http://www.sankore.org");
productWebUrl = new UBSetting(this, "App", "ProductWebAddress", "http://www.oe-f.org");
softwareHomeUrl = productWebUrl->get().toString();

@ -146,10 +146,7 @@ WBBrowserWindow::~WBBrowserWindow()
mTabWidget = NULL;
}
if(mSearchToolBar){
delete mSearchToolBar;
mSearchToolBar = NULL;
}
//Explanation mSearchToolBar has a parent so it's automatically freed
}

Loading…
Cancel
Save