diff options
author | Cory Fields <cory-nospam-@coryfields.com> | 2014-08-06 15:06:40 -0400 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-08-21 17:35:31 +0200 |
commit | f62031b895a6e4fdc0a39f5f2fd9af03f2f23c69 (patch) | |
tree | 425960cb336da0090ec1253a0b5617e93ae280a7 /doc | |
parent | bba01750226745d6666d587cabe57c321fde0875 (diff) |
qt: fix unicode character display on osx when building with 10.7 sdk
Conflicts:
src/qt/bitcoin.cpp
Rebased-From: 292cc072
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release-notes.md b/doc/release-notes.md index 8f76b2d3a4..be9c7d5ae7 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -61,6 +61,7 @@ Wallet: GUI: - fix 'opens in testnet mode when presented with a BIP-72 link with no fallback' - AvailableCoins: acquire cs_main mutex +- Fix unicode character display on MacOSX Miscellaneous: - key.cpp: fail with a friendlier message on missing ssl EC support |