pgAdmin III commit: Fixed the compilation issue introduced during previ

From: Ashesh Vashi <ashesh(dot)vashi(at)enterprisedb(dot)com>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fixed the compilation issue introduced during previ
Date: 2015-09-14 09:38:24
Message-ID: E1ZbQDQ-0007pe-16@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fixed the compilation issue introduced during previous commit due to
using char* instead of wxChart in wxString::Format(..) function.

Also, fixed the spelling of Elapsed in ElapsedTimeToStr(...) function.

Branch
------
master

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

Modified Files
--------------
pgadmin/dlg/dlgClasses.cpp | 2 +-
pgadmin/frm/frmMain.cpp | 4 ++--
pgadmin/frm/frmQuery.cpp | 27 +++++++++++++++------------
pgadmin/include/utils/misc.h | 2 +-
pgadmin/utils/misc.cpp | 17 ++++++++++++-----
5 files changed, 31 insertions(+), 21 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message jenkins 2015-09-14 10:17:36 Jenkins build is back to normal : pgAdmin master branch #262
Previous Message Ashesh Vashi 2015-09-14 09:31:05 Re: pgAdmin III commit: wxGetTranslation(...) is not supported within wxPLU