Gavin Andresen's JSON-RPC HTTP authentication,

faster initial block download
-- version 0.3.3
This commit is contained in:
Satoshi Nakamoto
2010-07-26 17:40:05 +00:00
committed by Gavin Andresen
parent fe98cf8dc5
commit 40cd036941
12 changed files with 93 additions and 25 deletions

1
ui.cpp
View File

@@ -1614,6 +1614,7 @@ void COptionsDialog::OnButtonApply(wxCommandEvent& event)
CAboutDialog::CAboutDialog(wxWindow* parent) : CAboutDialogBase(parent)
{
m_staticTextVersion->SetLabel(strprintf(_("version %d.%d.%d beta"), VERSION/10000, (VERSION/100)%100, VERSION%100));
//m_staticTextVersion->SetLabel(strprintf(_("version %d.%d.%d%s beta"), VERSION/10000, (VERSION/100)%100, VERSION%100, pszSubVer));
// Change (c) into UTF-8 or ANSI copyright symbol
wxString str = m_staticTextMain->GetLabel();