]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed backported fix from toback24.txt
authorJulian Smart <julian@anthemion.co.uk>
Sun, 6 Apr 2003 11:38:43 +0000 (11:38 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sun, 6 Apr 2003 11:38:43 +0000 (11:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt
docs/toback24.txt

index 62fbd0a7b9bf6d6643b3b84ed1e528437b2fe036..60c90ad5162c8d6fcdac4ac91a021764038f13b9 100644 (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:
 
index ec1d8cfcf4799d7eafb41579afa1b628120fe4f8..caa26fd45ebfe4efe3e20685c08487362ef60697 100644 (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