# HG changeset patch # User Andre Heinecke # Date 1407431976 -7200 # Node ID 59fc7ececa5f8653df633459dd5ffa058220cc5c # Parent ad3b32a7375f5be126f67225d0b583de237af028 Reference bug id for font database problem diff -r ad3b32a7375f -r 59fc7ececa5f ui/main.cpp --- a/ui/main.cpp Thu Aug 07 19:13:46 2014 +0200 +++ b/ui/main.cpp Thu Aug 07 19:19:36 2014 +0200 @@ -135,7 +135,7 @@ /* Install static fonts */ - /* The putenv here works around a bug in qt. Qt thinks it is a fatal + /* The putenv here works around a bug in qt (#29192). Qt thinks it is a fatal * error if the font directory does not exist. */ qputenv("QT_QPA_FONTDIR", get_install_dir()); int fontId = QFontDatabase::addApplicationFont(":/fonts/DejaVuSans.ttf");