X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Futil.cpp;h=4f34ab6163d6210018ce8eeebd2308643b39bddb;hp=cf73ecf5a503aa88ec3be6d8b096d4b65aa87c6f;hb=7cfbe1fee465e82ddbdc8ed17dfcce791bd765f5;hpb=1a3f0da9229a8e524d1010cdc8bd3b9da71fe529 diff --git a/src/util.cpp b/src/util.cpp index cf73ecf..4f34ab6 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -1041,7 +1041,7 @@ void AddTimeData(const CNetAddr& ip, int64 nTime) string strMessage = _("Warning: Please check that your computer's date and time are correct. If your clock is wrong Bitcoin will not work properly."); strMiscWarning = strMessage; printf("*** %s\n", strMessage.c_str()); - boost::thread(boost::bind(ThreadSafeMessageBox, strMessage+" ", string("Bitcoin"), wxOK | wxICON_EXCLAMATION, (wxWindow*)NULL, -1, -1)); + ThreadSafeMessageBox(strMessage+" ", string("Bitcoin"), wxOK | wxICON_EXCLAMATION); } } }