Compile fix for TLW under X11.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14832 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 2002-03-28 09:08:58 +00:00
parent a315cec968
commit 85cb693c5d

View File

@ -424,7 +424,7 @@ void wxTopLevelWindowX11::SetIcons(const wxIconBundle& icons )
wxTopLevelWindowBase::SetIcons( icons );
DoSetIcon( icons.GetIcon( -1 ) );
wxSetIconsX11( GetXDisplay(), GetXWindow(), icons );
wxSetIconsX11( wxGlobalDisplay(), GetMainWindow(), icons );
}
void wxTopLevelWindowX11::SetTitle(const wxString& title)