The SetTitle title parameter is no longer unused (trunk 44896)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@47999 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -339,7 +339,7 @@ void wxTopLevelWindowCocoa::OnCloseWindow(wxCloseEvent& event)
|
|||||||
// wxTopLevelWindowCocoa misc
|
// wxTopLevelWindowCocoa misc
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|
||||||
void wxTopLevelWindowCocoa::SetTitle( const wxString& WXUNUSED(title))
|
void wxTopLevelWindowCocoa::SetTitle(const wxString& title)
|
||||||
{
|
{
|
||||||
[m_cocoaNSWindow setTitle:wxNSStringWithWxString(title)];
|
[m_cocoaNSWindow setTitle:wxNSStringWithWxString(title)];
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user