From 58bcd368ff8f3495e8c95f5f5267c8fc1909cacd Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Wed, 2 May 2007 21:13:45 +0000 Subject: [PATCH] Rephrase the text about the new XRCed feature. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@45768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/docs/CHANGES.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wxPython/docs/CHANGES.txt b/wxPython/docs/CHANGES.txt index d2ba5aaf80..4b5b2bec08 100644 --- a/wxPython/docs/CHANGES.txt +++ b/wxPython/docs/CHANGES.txt @@ -51,8 +51,8 @@ wx.aui.PyAuiDocArt and wx.aui.PyAuiTabArt can now be derived from in wxPython and plugged in to wx.AUI. XRCed has a new experimental feature to add controls by draging icons -on the test window using the right button. Mouse position is tracked -to highlight the future parent. +from the tool palette to the test window. Mouse position is tracked +to highlight the future parent of the new item. Updates to MaskedEdit controls from Will Sadkin: