From 1d84aead218e075b21d545f35e6a8efdae8e0169 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 12 Jan 2015 22:26:29 +0000 Subject: Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which may be mistaken for a negative sign) --- src/qt/coincontroldialog.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/qt/coincontroldialog.h') diff --git a/src/qt/coincontroldialog.h b/src/qt/coincontroldialog.h index 0974443066..5a91876f1f 100644 --- a/src/qt/coincontroldialog.h +++ b/src/qt/coincontroldialog.h @@ -25,6 +25,8 @@ namespace Ui { class CoinControlDialog; } +#define ASYMP_UTF8 "\xE2\x89\x88" + class CoinControlDialog : public QDialog { Q_OBJECT -- cgit v1.2.3