Configuration dialog banner title updated to include method name

This commit is contained in:
2016-09-26 12:01:46 +02:00
parent 52c0c82979
commit a5f4cafc55
2 changed files with 4 additions and 1 deletions

View File

@@ -27,7 +27,6 @@
wxEAPBannerPanel::wxEAPBannerPanel(wxWindow* parent) : wxEAPBannerPanelBase(parent)
{
m_title->SetLabelText(wxT(PRODUCT_NAME_STR));
}