Updated links to the new bugtracker location
This commit is contained in:
2
README
2
README
@@ -15,7 +15,7 @@ Linux platforms.
|
||||
Home page: http://www.freecadweb.org
|
||||
Documentation wiki: http://www.freecadweb.org/wiki
|
||||
Forum: http://sourceforge.net/apps/phpbb/free-cad/
|
||||
Bug tracker: http://sourceforge.net/apps/mantisbt/free-cad/
|
||||
Bug tracker: http://www.freecadweb.org/tracker
|
||||
Git repository: http://sourceforge.net/p/free-cad/code/ci/master/tree/
|
||||
|
||||
Installing
|
||||
|
||||
@@ -184,7 +184,7 @@ int main( int argc, char ** argv )
|
||||
// Make sure to setup the Qt locale system before setting LANG and LC_ALL to C.
|
||||
// which is needed to use the system locale settings.
|
||||
(void)QLocale::system();
|
||||
// https://sourceforge.net/apps/mantisbt/free-cad/view.php?id=399
|
||||
// http://www.freecadweb.org/tracker/view.php?id=399
|
||||
// Because of setting LANG=C the Qt automagic to use the correct encoding
|
||||
// for file names is broken. This is a workaround to force the use of UTF-8 encoding
|
||||
QFile::setEncodingFunction(myEncoderFunc);
|
||||
|
||||
@@ -1673,7 +1673,7 @@ int Sketch::solve(void)
|
||||
|
||||
if (soltype > 0) {
|
||||
Base::Console().Log("If you see this message please report a way of reproducing this result at\n");
|
||||
Base::Console().Log("https://sourceforge.net/apps/mantisbt/free-cad/main_page.php\n");
|
||||
Base::Console().Log("http://www.freecadweb.org/tracker/main_page.php\n");
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user