mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=12258
This commit is contained in:
parent
52793262e1
commit
bfb1fb8228
|
@ -2734,3 +2734,9 @@ David 20 Mar 2007
|
|||
lib/
|
||||
procinfo_unix.C
|
||||
util.C,h
|
||||
|
||||
David 20 Mar 2007
|
||||
- Manager: cosmetic tweaks to project select
|
||||
|
||||
clientgui/
|
||||
ProjectListCtrl.cpp
|
||||
|
|
|
@ -291,7 +291,7 @@ void CProjectListItemCtrl::OnMouseClick( wxMouseEvent& event ) {
|
|||
|
||||
|
||||
bool CProjectListItemCtrl::SetTitle( wxString strTitle ) {
|
||||
if (m_pTitleStaticCtrl) m_pTitleStaticCtrl->SetLabel( strTitle );
|
||||
if (m_pTitleStaticCtrl) m_pTitleStaticCtrl->SetLabel(_(" ")+strTitle );
|
||||
m_strTitle = strTitle;
|
||||
return true;
|
||||
}
|
||||
|
@ -299,7 +299,7 @@ bool CProjectListItemCtrl::SetTitle( wxString strTitle ) {
|
|||
|
||||
bool CProjectListItemCtrl::SetURL( wxString strURL ) {
|
||||
if (m_pWebsiteCtrl) {
|
||||
m_pWebsiteCtrl->SetLabel(_("Web"));
|
||||
m_pWebsiteCtrl->SetLabel(_("(web)"));
|
||||
m_pWebsiteCtrl->SetURL(strURL);
|
||||
}
|
||||
m_strURL = strURL;
|
||||
|
|
Loading…
Reference in New Issue