diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2015-01-16 16:03:48 -0500 |
---|---|---|
committer | Cory Fields <cory-nospam-@coryfields.com> | 2015-01-16 16:11:01 -0500 |
commit | f5ad78b34af8f50e12fab63b331768b96ec2c779 (patch) | |
tree | 8c05b12cd3cac1690c733406a5785dd9c387ff03 /src/qt/guiutil.h | |
parent | 9fe53a85e0e50ca82e369b7d29485a0a6f0f8dbf (diff) |
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.h')
-rw-r--r-- | src/qt/guiutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index a77036a194..bcbb540c37 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -107,7 +107,7 @@ namespace GUIUtil void openDebugLogfile(); // Replace invalid default fonts with known good ones - void SubstituteFonts(); + void SubstituteFonts(const QString& language); /** Qt event filter that intercepts ToolTipChange events, and replaces the tooltip with a rich text representation if needed. This assures that Qt can word-wrap long tooltip messages. |