Thread: pgAdmin III commit: Fix query handling on the frmStatus window

pgAdmin III commit: Fix query handling on the frmStatus window

From
Guillaume Lelarge
Date:
Fix query handling on the frmStatus window

The wxListCtrl control doesn't handle strings or more than 512 characters
on Windows. So we need to put the queries in a wxArrayString so that we won't
have issues on the size of the queries.  definition.

Report from Aren Cambre.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=cbbb94d747a4a656c6928a3097b4df5002267b3e

Modified Files
--------------
CHANGELOG                       |    2 ++
pgadmin/frm/frmStatus.cpp       |   10 ++++++++--
pgadmin/include/frm/frmStatus.h |    2 ++
3 files changed, 12 insertions(+), 2 deletions(-)