From: Vadim Zeitlin Date: Sun, 29 Oct 2006 21:09:08 +0000 (+0000) Subject: mention wxTB_RIGHT patch X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ed9add67fd103cca4b9040a1558ca06a0fc42c05 mention wxTB_RIGHT patch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 5efe738d87..1533e33fbe 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -93,7 +93,8 @@ All (GUI): - Many enhancements to wxRichTextCtrl including URL support, formatting and symbol dialogs, print/preview, and better list formatting. -- Support for loading TGA files added (Seth Jackson). +- Support for loading TGA files added (Seth Jackson) +- Added wxTB_RIGHT style for right-aligned toolbars (Igor Korot) - Added events API to wxHtmlWindow (Francesco Montorsi). Unix Ports: