Updated links to the new forum

This commit is contained in:
Yorik van Havre
2013-11-06 19:32:45 -02:00
parent 71f2a7431c
commit 4c500237db
7 changed files with 9 additions and 9 deletions

View File

@@ -266,7 +266,7 @@ App::DocumentObjectExecReturn *Draft::execute(void)
if (!mkDraft.AddDone()) {
// Note: the function ProblematicShape returns the face on which the error occurred
// Note: mkDraft.Remove() stumbles on a bug in Draft_Modification::Remove() and is
// therefore unusable. See https://sourceforge.net/apps/phpbb/free-cad/viewtopic.php?f=10&t=3209&start=10#p25341
// therefore unusable. See http://www.freecadweb.org/forum/viewtopic.php?f=10&t=3209&start=10#p25341
// The only solution is to discard mkDraft and start over without the current face
// mkDraft.Remove(face);
Base::Console().Error("Adding face failed on %s. Omitted\n", it->c_str());