Secondary method configurations properly initialized now

This commit is contained in:
Simon Rozman 2016-07-20 15:33:00 +02:00
parent 180d9b265c
commit e87c0af221

View File

@ -122,7 +122,7 @@ public:
m_providers->AddPage(
new _wxT(
*provider,
provider->m_methods.front(),
*method,
provider->m_id.c_str(),
m_providers),
is_single ? provider->m_id : winstd::tstring_printf(_T("%s (%u)"), provider->m_id.c_str(), count));