Updated links to the new bugtracker location

This commit is contained in:
Yorik van Havre
2013-11-04 17:07:35 -02:00
parent e888e4f6b3
commit 37f6fcf6d8
3 changed files with 3 additions and 3 deletions

View File

@@ -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);