pgAdmin III commit: Add a title to the backup and restore windows

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Add a title to the backup and restore windows
Дата
Msg-id E1U9JmH-0006T0-RA@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Add a title to the backup and restore windows

We previously add one but when I commited my patch on a better
internationlisation, the BACKUPTITLE and RESTORETITLE were never
initialized... which bringed an untitled window.

No backpatch right now, because it would be work for translators.

Per request from Bastiaan Olij.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                     |    2 ++
pgadmin/schema/pgDatabase.cpp |    8 ++++++++
pgadmin/schema/pgObject.cpp   |    8 ++++++++
pgadmin/schema/pgSchema.cpp   |    8 ++++++++
pgadmin/schema/pgTable.cpp    |    8 ++++++++
5 files changed, 34 insertions(+), 0 deletions(-)


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

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Detecting mouse events in the SQL grid
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Exporting sql scripts in pgAdmin