wxCLOSE->wxCLOSE_BOX
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19353 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -459,7 +459,7 @@ bool wxTopLevelWindowGTK::Create( wxWindow *parent,
|
||||
{
|
||||
m_gdkDecor |= GDK_DECOR_TITLE;
|
||||
}
|
||||
if ((style & wxCLOSE) != 0)
|
||||
if ((style & wxCLOSE_BOX) != 0)
|
||||
{
|
||||
m_gdkFunc |= GDK_FUNC_CLOSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user