aboutsummaryrefslogtreecommitdiff
path: root/src/qt/sendcoinsdialog.cpp
diff options
context:
space:
mode:
authorPhilip Kaufmann <phil.kaufmann@t-online.de>2013-10-25 14:19:44 +0200
committerPhilip Kaufmann <phil.kaufmann@t-online.de>2013-10-26 21:31:53 +0200
commit4751df0ca3a0408caf588d4303bb33590d5f58c0 (patch)
tree6a49e38dbd387ac50c83812445c299f9962f2846 /src/qt/sendcoinsdialog.cpp
parente2130051778027c1120b90bf2975b933b2d02034 (diff)
downloadbitcoin-4751df0ca3a0408caf588d4303bb33590d5f58c0.tar.xz
[Qt] additional small fixes for #3099 (new receive flow)
- remove 2 unneeded windowTitle attributes, which bloat our translations - cleanup some unneeded .cpp/.h includes and class usages - use a more generic string for clearing sendcoinsdialog and requestpaymentdialog - edit 2 strings in BitcoinGUI and replace "edit" with "show" as this seems more clear in the context where it is used
Diffstat (limited to 'src/qt/sendcoinsdialog.cpp')
-rw-r--r--src/qt/sendcoinsdialog.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/qt/sendcoinsdialog.cpp b/src/qt/sendcoinsdialog.cpp
index 3fd4a26e76..d574eb73f9 100644
--- a/src/qt/sendcoinsdialog.cpp
+++ b/src/qt/sendcoinsdialog.cpp
@@ -3,7 +3,6 @@
#include "walletmodel.h"
#include "bitcoinunits.h"
-#include "addressbookpage.h"
#include "optionsmodel.h"
#include "sendcoinsentry.h"
#include "guiutil.h"