Fix a typo in KI_DIALOG::Title()

This commit is contained in:
Maciej Suminski 2018-02-22 17:26:35 +01:00
parent 918ac567e5
commit 2dfc35a9d6
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ KI_DIALOG& KI_DIALOG::Type( TYPE aType )
KI_DIALOG& KI_DIALOG::Title( const wxString& aTitle ) KI_DIALOG& KI_DIALOG::Title( const wxString& aTitle )
{ {
m_customTitle = m_title; m_customTitle = aTitle;
SetTitle( aTitle ); SetTitle( aTitle );
return *this; return *this;
} }