wxEAPGetProviderName() output fixed

This commit is contained in:
2016-10-17 16:15:26 +02:00
parent de2506bcc4
commit 68c2c05b41
2 changed files with 3 additions and 3 deletions

View File

@@ -96,7 +96,7 @@ wxEAPCredentialsDialog::wxEAPCredentialsDialog(const eap::config_provider &prov,
wxEAPGeneralDialog(parent, id, title, pos, size, style)
{
// Set banner title.
m_banner->m_title->SetLabel(wxString::Format(_("%s Credentials"), wxEAPGetProviderName(prov.m_name).c_str()));
m_banner->m_title->SetLabel(wxString::Format(_("%s Credentials"), wxEAPGetProviderName(prov.m_name)));
}