qt: Display txfee in first sendCoinsDialog message box

Signed-off-by: Jonas Schnelli <jonas.schnelli@include7.ch>
This commit is contained in:
Jonas Schnelli
2013-08-30 20:04:48 +02:00
committed by Wladimir J. van der Laan
parent 329de9bb64
commit 9e8904f6ae
7 changed files with 207 additions and 47 deletions

View File

@@ -240,7 +240,8 @@ HEADERS += src/qt/bitcoingui.h \
src/threadsafety.h \
src/limitedmap.h \
src/qt/splashscreen.h \
src/qt/intro.h
src/qt/intro.h \
src/qt/walletmodeltransaction.h
SOURCES += src/qt/bitcoin.cpp \
src/qt/bitcoingui.cpp \
@@ -313,7 +314,8 @@ SOURCES += src/qt/bitcoin.cpp \
src/leveldb.cpp \
src/txdb.cpp \
src/qt/splashscreen.cpp \
src/qt/intro.cpp
src/qt/intro.cpp \
src/qt/walletmodeltransaction.cpp
RESOURCES += src/qt/bitcoin.qrc