diff options
| author | Wladimir J. van der Laan <[email protected]> | 2011-06-26 19:23:24 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2011-06-26 19:23:24 +0200 |
| commit | e8ef3da7133dd9fc411fa8b3cc8b8fc2f9c58a98 (patch) | |
| tree | a6ff0ef6f8cdd85323acc1233a29891346b994fc /src/qt/bitcoingui.cpp | |
| parent | reduce spacing between "Add to address book as" and the text field (diff) | |
| download | discoin-e8ef3da7133dd9fc411fa8b3cc8b8fc2f9c58a98.tar.xz discoin-e8ef3da7133dd9fc411fa8b3cc8b8fc2f9c58a98.zip | |
update core to d0d80170a2ca73004e08fb85007fe055cbf4e411 (CWallet class)
Diffstat (limited to 'src/qt/bitcoingui.cpp')
| -rw-r--r-- | src/qt/bitcoingui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/bitcoingui.cpp b/src/qt/bitcoingui.cpp index 1b4e13c42..76ae3ddb3 100644 --- a/src/qt/bitcoingui.cpp +++ b/src/qt/bitcoingui.cpp @@ -16,7 +16,7 @@ #include "transactiondescdialog.h" #include "addresstablemodel.h" -#include "main.h" +#include "headers.h" #include <QApplication> #include <QMainWindow> |