Migrate domain name from freecadweb to freecad (#9352)
* Migrate domain name from freecadweb to freecad * Migrate src/Mod/Material files * Migrate Stylesheet related files * Migrate *.svg files * Migrate miscellaneous files * Migrate some build files * Migrate recently added TD AR_IRAM template files Closes #6415
This commit is contained in:
@@ -56,7 +56,7 @@ void CmdWebOpenWebsite::activated(int iMsg)
|
||||
{
|
||||
Q_UNUSED(iMsg);
|
||||
doCommand(Doc,"import WebGui");
|
||||
doCommand(Command::Gui,"WebGui.openBrowser('http://www.freecadweb.org/')");
|
||||
doCommand(Command::Gui,"WebGui.openBrowser('http://www.freecad.org/')");
|
||||
}
|
||||
|
||||
//===========================================================================
|
||||
|
||||
Reference in New Issue
Block a user