qt: fix unicode character display on osx when building with 10.7 sdk

Conflicts:
	src/qt/bitcoin.cpp

Rebased-From: 292cc072
This commit is contained in:
Cory Fields
2014-08-06 15:06:40 -04:00
committed by Wladimir J. van der Laan
parent bba0175022
commit f62031b895
4 changed files with 35 additions and 0 deletions

View File

@@ -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