pgAdmin III commit: I've noticed that pgAdmin built with wxWidgets 3.0 - Mailing list pgadmin-hackers

From Dave Page
Subject pgAdmin III commit: I've noticed that pgAdmin built with wxWidgets 3.0
Date
Msg-id E1X1WqL-0005wS-8o@gothos.postgresql.org
Whole thread Raw
List 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@mail.ru>

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


pgadmin-hackers by date:

Previous
From: Dmitriy Olshevskiy
Date:
Subject: PATCH: several minor changes an typos' fixing
Next
From: Dave Page
Date:
Subject: Re: PATCH: wxLogInfo() in wxWidgets 3.0