aboutsummaryrefslogtreecommitdiff
path: root/uibase.cpp
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2011-03-10 10:48:32 -0500
committertcatm <tcatm@gawab.com>2011-03-17 15:09:41 +0100
commitb7ebc662eb186bf99beaa04d1d21544ffd2c4b2e (patch)
tree37c4282d2362729962b5ada869214bd6ede8d0c7 /uibase.cpp
parente2e5f5cd9da7d5a4d54a8c3fb3981ba82accc78e (diff)
downloadbitcoin-b7ebc662eb186bf99beaa04d1d21544ffd2c4b2e.tar.xz
Update copyright in About box from 2010 to 2011
Diffstat (limited to 'uibase.cpp')
-rw-r--r--uibase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/uibase.cpp b/uibase.cpp
index 71c84f755a..f3ff3bf1ef 100644
--- a/uibase.cpp
+++ b/uibase.cpp
@@ -544,7 +544,7 @@ CAboutDialogBase::CAboutDialogBase( wxWindow* parent, wxWindowID id, const wxStr
bSizer631->Add( 0, 4, 0, wxEXPAND, 5 );
- m_staticTextMain = new wxStaticText( this, wxID_ANY, _("Copyright (c) 2009-2010 Bitcoin Developers\n\nThis is experimental software.\n\nDistributed under the MIT/X11 software license, see the accompanying file \nlicense.txt or http://www.opensource.org/licenses/mit-license.php.\n\nThis product includes software developed by the OpenSSL Project for use in the \nOpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by \nEric Young (eay@cryptsoft.com)."), wxDefaultPosition, wxDefaultSize, 0 );
+ m_staticTextMain = new wxStaticText( this, wxID_ANY, _("Copyright (c) 2009-2011 Bitcoin Developers\n\nThis is experimental software.\n\nDistributed under the MIT/X11 software license, see the accompanying file \nlicense.txt or http://www.opensource.org/licenses/mit-license.php.\n\nThis product includes software developed by the OpenSSL Project for use in the \nOpenSSL Toolkit (http://www.openssl.org/) and cryptographic software written by \nEric Young (eay@cryptsoft.com)."), wxDefaultPosition, wxDefaultSize, 0 );
m_staticTextMain->Wrap( -1 );
bSizer631->Add( m_staticTextMain, 0, wxALL, 5 );