*** empty log message ***

svn path=/trunk/boinc/; revision=12258
This commit is contained in:
David Anderson 2007-03-21 02:56:21 +00:00
parent 52793262e1
commit bfb1fb8228
2 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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;