]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiFontLoader.cpp
* fix spelling in comments to please John.
[lyx.git] / src / frontends / qt4 / GuiFontLoader.cpp
index dac59a6ad2f2a8cbe5b9063400693dd7001efd1f..ff3fe53675c1bdaf1b0a2f632d72b0278afab574 100644 (file)
@@ -262,7 +262,7 @@ GuiFontInfo::GuiFontInfo(FontInfo const & f)
                        font.setFamily(family);
 #ifdef Q_WS_MACX
 #if QT_VERSION >= 0x040300
-                       // Workaround for a Qt bug, see http://bugzilla.lyx.org/show_bug.cgi?id=3684
+                       // Workaround for a Qt bug, see http://www.lyx.org/trac/ticket/3684
                        // It is reported to Trolltech at 02/06/07 against 4.3 final.
                        // FIXME: Add an upper version limit as soon as the bug is fixed in Qt.
                        if (family == "Times" && !font.exactMatch())