mirror of https://github.com/BOINC/boinc.git
- manager: fix copyright date in about box
svn path=/trunk/boinc/; revision=23167
This commit is contained in:
parent
1e94042af6
commit
dc7857392c
|
@ -1349,3 +1349,9 @@ Charlie 3 Mar 2011
|
|||
|
||||
clientgui/
|
||||
BOINCTaskBar.cpp
|
||||
|
||||
David 3 Mar 2011
|
||||
- manager: fix copyright date in about box
|
||||
|
||||
clientgui/
|
||||
DlgAbout.cpp
|
||||
|
|
|
@ -176,7 +176,7 @@ void CDlgAbout::CreateControls() {
|
|||
itemFlexGridSizer7->Add(itemStaticText12, 0, wxALIGN_RIGHT|wxALIGN_TOP|wxLEFT|wxRIGHT, 5);
|
||||
|
||||
wxStaticText* itemStaticText13 = new wxStaticText;
|
||||
itemStaticText13->Create( itemDialog1, wxID_STATIC, _("(C) 2003-2010 University of California, Berkeley.\nAll Rights Reserved."), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
itemStaticText13->Create( itemDialog1, wxID_STATIC, _("(C) 2003-2011 University of California, Berkeley.\nAll Rights Reserved."), wxDefaultPosition, wxDefaultSize, 0 );
|
||||
itemFlexGridSizer7->Add(itemStaticText13, 0, wxALIGN_LEFT|wxALIGN_CENTER_VERTICAL|wxLEFT|wxRIGHT, 5);
|
||||
|
||||
m_AboutBOINCSloganCtrl = new wxStaticText;
|
||||
|
|
Loading…
Reference in New Issue