From: Mattia Barbon Date: Tue, 11 Feb 2003 21:26:10 +0000 (+0000) Subject: Remove another already backported change. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6db2faf3addca61c557b3b38d3840377622dbef1?ds=sidebyside Remove another already backported change. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@19190 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/toback24.txt b/docs/toback24.txt index 6375c6a1b0..8cec1c8770 100644 --- a/docs/toback24.txt +++ b/docs/toback24.txt @@ -136,25 +136,6 @@ Checking in include/wx/msw/setup0.h; new revision: 1.128; previous revision: 1.127 done -11 wxMotif filedialog/wildcard corrections - - Documented wxMotif filedialog limitations WRT wildcard syntax. -Modified filedialog to either extract the wildcard (if only one wildcard -is present) or assert (if more than one is present). - -Checking in docs/latex/wx/filedlg.tex; -/pack/cvsroots/wxwindows/wxWindows/docs/latex/wx/filedlg.tex,v <-- filedlg.tex -new revision: 1.14; previous revision: 1.13 -done -Checking in samples/dialogs/dialogs.cpp; -/pack/cvsroots/wxwindows/wxWindows/samples/dialogs/dialogs.cpp,v <-- dialogs.cpp -new revision: 1.88; previous revision: 1.87 -done -cvs diff: [15:36:24] waiting for cvs's lock in /pack/cvsroots/wxwindows/wxWindows/docs/latex/wx -Checking in src/motif/filedlg.cpp; -/pack/cvsroots/wxwindows/wxWindows/src/motif/filedlg.cpp,v <-- filedlg.cpp -new revision: 1.16; previous revision: 1.15 - 12. wxStopWatch::Start() didn't resume it contrary to the docs Checking in src/common/timercmn.cpp;