fixed wxArtProvider::GetSizeHint() to return 16x16 for wxART_FRAME_ICON in non-wxGTK ports

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@56371 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2008-10-16 18:53:58 +00:00
parent ab5e7b0274
commit 04a8c1985b
2 changed files with 15 additions and 2 deletions

View File

@@ -98,7 +98,8 @@ All:
All (GUI):
- Fixed wxHTML's pagebreaks computation in tables (D.J.Stauffer).
- Fixed wxRichTextCtrl input that uses Alt on Mac OS X, for example Polish Pro input.
- Fixed wxRichTextCtrl input that uses Alt on Mac OS X, for example
Polish Pro input.
- Fixed wxHtmlWindow::SelectionToText() to correctly insert newlines after
single-cell paragraphs.
@@ -110,6 +111,7 @@ All (Unix):
wxMSW:
- Restored generation of events for accelerators when there is no menu bar.
- Fixed wxArtProvider::GetSizeHint() to return 16x16 for wxART_FRAME_ICON.
wxGTK: