diff options
author | practicalswift <practicalswift@users.noreply.github.com> | 2020-04-29 15:01:02 +0000 |
---|---|---|
committer | practicalswift <practicalswift@users.noreply.github.com> | 2020-08-29 01:55:27 +0000 |
commit | ca185cf5a14b16d61814d7172284bc8efcd28b69 (patch) | |
tree | 0adc4441a4ab62254bd88297a29af1a1d61e8ed8 /src/qt | |
parent | 44307449f758b239fca0ad6b722bc36795ac6727 (diff) |
doc: Document differences in bitcoind and bitcoin-qt locale handling
Diffstat (limited to 'src/qt')
-rw-r--r-- | src/qt/bitcoin.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bitcoin.cpp b/src/qt/bitcoin.cpp index f8cdb5df23..6ae34aac72 100644 --- a/src/qt/bitcoin.cpp +++ b/src/qt/bitcoin.cpp @@ -201,6 +201,7 @@ BitcoinApplication::BitcoinApplication(interfaces::Node& node): returnValue(0), platformStyle(nullptr) { + // Qt runs setlocale(LC_ALL, "") on initialization. RegisterMetaTypes(); setQuitOnLastWindowClosed(false); } |