SVN Commit by dpage: r6051 - trunk/pgadmin3/pgadmin/ui

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r6051 - trunk/pgadmin3/pgadmin/ui
Date: 2007-03-13 16:09:34
Message-ID: [email protected]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2007-03-13 16:09:34 +0000 (Tue, 13 Mar 2007)

New Revision: 6051

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6051&view=rev

Log:
Found a bug in frmIndexcheck.xrc, the class wxCheckList was renamed
wxCheckListBox in wxWidgets 2.6, so it works in 2.6 with compatible
support for 2.4 on, but under 2.8 by default 2.4 compatible
support is off. So, if this XRC is still being used it will have a
runtime error. [Tim Stahlhut]

Modified:
trunk/pgadmin3/pgadmin/ui/frmIndexcheck.xrc

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-03-13 16:19:12 SVN Commit by dpage: r6052 - in trunk/pgadmin3/pgadmin: . frm include include/frm ui
Previous Message Tim Stahlhut 2007-03-13 16:00:29 Found a bug in frmIndexcheck.xrc, is it still being used?