diff options
author | Diego Viola <diego.viola@gmail.com> | 2015-09-22 04:25:26 -0300 |
---|---|---|
committer | Diego Viola <diego.viola@gmail.com> | 2015-09-22 05:00:10 -0300 |
commit | 99ee4a656b1ca4bfeea8e0185c2344850cc84bfc (patch) | |
tree | f23d193885a35c53847972ebe0e7c8f6546df44a /src/qt/guiutil.cpp | |
parent | 229fb974ab0d1707546cd566a2f8001555c3eeab (diff) |
Fix spelling of Qt
Diffstat (limited to 'src/qt/guiutil.cpp')
-rw-r--r-- | src/qt/guiutil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiutil.cpp b/src/qt/guiutil.cpp index 550dbacf93..8917f77f22 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -404,7 +404,7 @@ void SubstituteFonts(const QString& language) { #if defined(Q_OS_MAC) // Background: -// OSX's default font changed in 10.9 and QT is unable to find it with its +// OSX's default font changed in 10.9 and Qt is unable to find it with its // usual fallback methods when building against the 10.7 sdk or lower. // The 10.8 SDK added a function to let it find the correct fallback font. // If this fallback is not properly loaded, some characters may fail to |