pgAdmin III commit: I've noticed that pgAdmin built with wxWidgets 3.0

From: Dave Page <dpage(at)pgadmin(dot)org>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: I've noticed that pgAdmin built with wxWidgets 3.0
Date: 2014-06-30 08:21:41
Message-ID: E1X1WqL-0005wS-8o@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

I've noticed that pgAdmin built with wxWidgets 3.0 stopped logging
INFO messages. wxLogInfo() became alias for wxLogVerbose() which is
sensitive to the wxLog::ms_bVerbose flag.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=d4884b7e9ea080842d1f7e4b0ad70aa36ccf47f8
Author: J.F. Oster <jinfroster(at)mail(dot)ru>

Modified Files
--------------
pgadmin/pgAdmin3.cpp | 1 +
1 file changed, 1 insertion(+)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2014-06-30 08:21:46 Re: PATCH: wxLogInfo() in wxWidgets 3.0
Previous Message Dmitriy Olshevskiy 2014-06-29 19:52:44 PATCH: several minor changes an typos' fixing