mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9177
This commit is contained in:
parent
2be5446559
commit
681a4a2ad9
|
@ -442,7 +442,7 @@ bool CMainFrame::CreateMenu() {
|
|||
// i.e. 'BOINC', 'GridRepublic'
|
||||
strMenuName.Printf(
|
||||
_("%s &website"),
|
||||
wxGetApp().GetBrand()->GetProjectName()
|
||||
wxGetApp().GetBrand()->GetProjectName().c_str()
|
||||
);
|
||||
// %s is the application name
|
||||
// i.e. 'BOINC Manager', 'GridRepublic Manager'
|
||||
|
|
Loading…
Reference in New Issue