0001102: Updated all links to old freecad homepage and wiki to the new ones
This commit is contained in:
@@ -458,7 +458,7 @@ void StdCmdDownloadOnlineHelp::activated(int iMsg)
|
||||
if (!wget->isDownloading()) {
|
||||
ParameterGrp::handle hGrp = App::GetApplication().GetUserParameter().GetGroup("BaseApp");
|
||||
hGrp = hGrp->GetGroup("Preferences")->GetGroup("OnlineHelp");
|
||||
std::string url = hGrp->GetASCII("DownloadURL", "http://apps.sourceforge.net/mediawiki/free-cad/");
|
||||
std::string url = hGrp->GetASCII("DownloadURL", "www.freecadweb.org/wiki/");
|
||||
std::string prx = hGrp->GetASCII("ProxyText", "");
|
||||
bool bUseProxy = hGrp->GetBool ("UseProxy", false);
|
||||
bool bAuthor = hGrp->GetBool ("Authorize", false);
|
||||
|
||||
Reference in New Issue
Block a user