Removed backported fix from toback24.txt

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2003-04-06 11:38:43 +00:00
parent 1f6c4d4746
commit 5ae8a62ccf
2 changed files with 1 additions and 10 deletions

View File

@ -87,6 +87,7 @@ wxGTK:
- added wxEVT_MENU_OPEN event generation
- fixed bug in generic file selector causing incomplete file extensions to
be appended to filenames with no extension
- added SetSelection implementation for GTK+ 2
wxMSW:

View File

@ -129,16 +129,6 @@ Checking in docs/changes.txt;
/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
new revision: 1.234; previous revision: 1.233
13. wxMSW::wxStaticText::GetBestSize() was wrong by '&' width
http://sf.net/tracker/index.php?func=detail&aid=667324&group_id=9863&atid=109863
Checking in docs/changes.txt;
/pack/cvsroots/wxwindows/wxWindows/docs/changes.txt,v <-- changes.txt
new revision: 1.235; previous revision: 1.234
src/msw/stattext.cpp: 1.33 -> 1.35
14. wxMSW::wxFrame::Maximize(FALSE) would maximize the window if called before
showing it