diff options
| author | fanquake <[email protected]> | 2018-07-09 09:33:57 +0800 |
|---|---|---|
| committer | fanquake <[email protected]> | 2018-07-25 07:30:28 +0800 |
| commit | 68c272527f8eb9cc8e7699bbb8956512e5b2e42d (patch) | |
| tree | ee2ac8cefd70c372150fe8c978b0e0814d25f4cb /src/qt/bitcoin.cpp | |
| parent | doc: mention that macOS 10.10 is now required (diff) | |
| download | discoin-68c272527f8eb9cc8e7699bbb8956512e5b2e42d.tar.xz discoin-68c272527f8eb9cc8e7699bbb8956512e5b2e42d.zip | |
gui: remove SubstituteFonts
Diffstat (limited to 'src/qt/bitcoin.cpp')
| -rw-r--r-- | src/qt/bitcoin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index 3454d3421..5d0e384cf 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -614,7 +614,6 @@ int main(int argc, char *argv[]) QApplication::setOrganizationName(QAPP_ORG_NAME); QApplication::setOrganizationDomain(QAPP_ORG_DOMAIN); QApplication::setApplicationName(QAPP_APP_NAME_DEFAULT); - GUIUtil::SubstituteFonts(GetLangTerritory()); /// 4. Initialization of translations, so that intro dialog is in user's language // Now that QSettings are accessible, initialize translations |