diff options
| author | Cory Fields <[email protected]> | 2015-01-16 16:03:48 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-01-16 16:11:01 -0500 |
| commit | f5ad78b34af8f50e12fab63b331768b96ec2c779 (patch) | |
| tree | 8c05b12cd3cac1690c733406a5785dd9c387ff03 /src/qt/guiutil.cpp | |
| parent | Merge pull request #5632 (diff) | |
| download | discoin-f5ad78b34af8f50e12fab63b331768b96ec2c779.tar.xz discoin-f5ad78b34af8f50e12fab63b331768b96ec2c779.zip | |
qt: fonts: allow SubstituteFonts to filter based on user's language
SubstituteFonts() has been moved to after app identification so that QSettings
are accessible.
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 c675235cc..b57025857 100644 --- a/src/qt/guiutil.cpp +++ b/src/qt/guiutil.cpp @@ -383,7 +383,7 @@ void openDebugLogfile() QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathDebug))); } -void SubstituteFonts() +void SubstituteFonts(const QString& language) { #if defined(Q_OS_MAC) // Background: |