Fix a typo in KI_DIALOG::Title()
This commit is contained in:
parent
918ac567e5
commit
2dfc35a9d6
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue