changed the default url

preferencesAboutTextFull
Claudio Valerio 11 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