From 0c2308e5a6fd8fb8c8b2cf6c69b2547282d241b4 Mon Sep 17 00:00:00 2001 From: Charlie Fenton Date: Thu, 19 May 2011 09:13:28 +0000 Subject: [PATCH] MGR: Fix welcome message in Account Manager Wizard completion page svn path=/trunk/boinc/; revision=23561 --- clientgui/CompletionPage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/clientgui/CompletionPage.cpp b/clientgui/CompletionPage.cpp index 5488053087..18387c3869 100644 --- a/clientgui/CompletionPage.cpp +++ b/clientgui/CompletionPage.cpp @@ -250,7 +250,7 @@ void CCompletionPage::OnPageChanged( wxWizardExEvent& event ) { wxString strWelcome; strWelcome.Printf( _("Welcome to %s!"), - pWAP->project_config.name.c_str() + pWAP->m_strProjectName.c_str() ); m_pCompletionWelcome->Show(); @@ -261,7 +261,7 @@ void CCompletionPage::OnPageChanged( wxWizardExEvent& event ) { if (pSkinAdvanced->IsBranded()) { strBrandedMessage.Printf( _("You are now using %s to manage accounts."), - pWAP->project_config.name.c_str() + pWAP->m_strProjectName.c_str() ); } else { strBrandedMessage = _("You are now using this account manager.");