Dave Page wrote:
On 16/11/05 10:13 pm, "Andreas Pflug" <[EMAIL PROTECTED]> wrote:
[EMAIL PROTECTED] wrote:
Author: dpage
Date: 2005-11-16 21:57:28 +0000 (Wed, 16 Nov 2005)
New Revision: 4744
Modified:
trunk/pgadmin3/src/ctl/ctlSQLBox.cpp
trunk/pgadmin3/src/include/ctl/ctlSQLBox.h
Log:
Swap between Find/Replace dialogues correctly on non-windows platforms
properly. Looks like we might have to live with slightly odd behaviour on
Windows due to the design of wx :-(
Hu, slightly odd? Isn't this crashing for you? It did for me, since
apparently there are messages stuck in the msg queue that aren't
removable even by Yield.
It shouldn't crash on Windows (can't test ATM) because the changes are all
#ifndef __WXMSW__.
'k, missed that.
Regards,
Andreas
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to [EMAIL PROTECTED] so that your
message can get through to the mailing list cleanly