|
|
|
@ -1929,6 +1929,9 @@ void CSendDialog::OnButtonPaste(wxCommandEvent& event)
|
|
|
|
|
|
|
|
|
|
void CSendDialog::OnButtonSend(wxCommandEvent& event)
|
|
|
|
|
{
|
|
|
|
|
static CCriticalSection cs_sendlock;
|
|
|
|
|
TRY_CRITICAL_BLOCK(cs_sendlock)
|
|
|
|
|
{
|
|
|
|
|
CWalletTx wtx;
|
|
|
|
|
string strAddress = (string)m_textCtrlAddress->GetValue();
|
|
|
|
|
|
|
|
|
@ -1992,6 +1995,7 @@ void CSendDialog::OnButtonSend(wxCommandEvent& event)
|
|
|
|
|
SetAddressBookName(strAddress, "");
|
|
|
|
|
|
|
|
|
|
EndModal(true);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void CSendDialog::OnButtonCancel(wxCommandEvent& event)
|
|
|
|
|