aboutsummaryrefslogtreecommitdiff
path: root/src/qt/coincontroldialog.h
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2015-01-12 22:26:29 +0000
committerLuke Dashjr <luke-jr+git@utopios.org>2015-01-12 22:26:29 +0000
commit1d84aead218e075b21d545f35e6a8efdae8e0169 (patch)
tree944001e41eb20ed1a85bc96e6396e36be3b8ded5 /src/qt/coincontroldialog.h
parent90c71548c795787b008bc337cb9332f75d1bccdb (diff)
downloadbitcoin-1d84aead218e075b21d545f35e6a8efdae8e0169.tar.xz
Coin Control: Use U+2248 "ALMOST EQUAL TO" rather than a simple tilde (which may be mistaken for a negative sign)
Diffstat (limited to 'src/qt/coincontroldialog.h')
-rw-r--r--src/qt/coincontroldialog.h2
1 files changed, 2 insertions, 0 deletions
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