aboutsummaryrefslogtreecommitdiff
path: root/init.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2010-09-06 21:51:27 -0400
committerGavin Andresen <[email protected]>2010-09-06 21:51:27 -0400
commita2120986ff5095b55553ecb8c191b700970e61f4 (patch)
tree22ab42c13a2b9c561661d2375602b5ec35de24da /init.cpp
parentMerge remote branch 'remotes/svn/trunk' into svn (diff)
parentcleanup, (diff)
downloaddiscoin-a2120986ff5095b55553ecb8c191b700970e61f4.tar.xz
discoin-a2120986ff5095b55553ecb8c191b700970e61f4.zip
Merge remote branch 'refs/remotes/svn/trunk' into svn
Diffstat (limited to 'init.cpp')
-rw-r--r--init.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/init.cpp b/init.cpp
index af8ad753b..43a672f5a 100644
--- a/init.cpp
+++ b/init.cpp
@@ -297,7 +297,7 @@ bool AppInit2(int argc, char* argv[])
if (!strErrors.empty())
{
- wxMessageBox(strErrors, "Bitcoin");
+ wxMessageBox(strErrors, "Bitcoin", wxOK | wxICON_ERROR);
return false;
}
@@ -374,7 +374,7 @@ bool AppInit2(int argc, char* argv[])
return false;
}
if (nTransactionFee > 1 * COIN)
- wxMessageBox(_("Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction."), "Bitcoin");
+ wxMessageBox(_("Warning: -paytxfee is set very high. This is the transaction fee you will pay if you send a transaction."), "Bitcoin", wxOK | wxICON_EXCLAMATION);
}
//