Commit 6fe52f69 authored by Claudio Valerio's avatar Claudio Valerio

changed the default url

parent 930a7c6d
......@@ -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
}
......
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