From 681a4a2ad9135d6b3cd9a2ec632ddb2c10d7ef27 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 5 Jan 2006 10:14:30 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9177 --- clientgui/MainFrame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/MainFrame.cpp b/clientgui/MainFrame.cpp index d814fb601f..7c6ee6d38f 100644 --- a/clientgui/MainFrame.cpp +++ b/clientgui/MainFrame.cpp @@ -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'