Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which may be mistaken for a negative sign)

This commit is contained in:
Luke Dashjr
2015-01-12 22:26:29 +00:00
parent 90c71548c7
commit 1d84aead21
3 changed files with 14 additions and 12 deletions

View File

@@ -25,6 +25,8 @@ namespace Ui {
class CoinControlDialog;
}
#define ASYMP_UTF8 "\xE2\x89\x88"
class CoinControlDialog : public QDialog
{
Q_OBJECT