Restored the accidentally deleted "return true;" at the end of the Show method from last commit

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36136 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Hock 2005-11-09 00:30:45 +00:00
parent 47bff9ff8b
commit 0567fdfceb

View File

@ -617,6 +617,8 @@ bool wxTopLevelWindowMSW::Show(bool show)
if (frame && frame->GetMenuBar())
frame->GetMenuBar()->AddAdornments(GetWindowStyleFlag());
#endif
return true;
}
// ----------------------------------------------------------------------------