pgAdmin III commit: Fix another issue related to wxWidgets 2.9

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Fix another issue related to wxWidgets 2.9
Дата
Msg-id E1S6Kq1-0003aI-96@gothos.postgresql.org
обсуждение исходный текст
Ответы Re: pgAdmin III commit: Fix another issue related to wxWidgets 2.9
Список pgadmin-hackers
Fix another issue related to wxWidgets 2.9

When the wxPLURAL patch was applied, it didn't drop the arguments to the
Format function. It was accepted this way in 2.8, but 2.9 is stricter.

Per report from Colin Beckingham.

Branch
------
master

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

Modified Files
--------------
pgadmin/ctl/ctlSQLBox.cpp    |    2 +-
pgadmin/db/pgQueryThread.cpp |    4 ++--
pgadmin/frm/frmEditGrid.cpp  |   20 ++++++++++----------
pgadmin/frm/frmExport.cpp    |    2 +-
pgadmin/frm/frmQuery.cpp     |   20 ++++++++++----------
pgadmin/slony/slNode.cpp     |    4 ++--
6 files changed, 26 insertions(+), 26 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the SQL when a user changes a trigger
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix a Windows linker error