pgAdmin III commit: Add a title to the backup and restore windows - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Add a title to the backup and restore windows
Date
Msg-id E1U9JmH-0006T0-RA@gothos.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Guillaume Lelarge
Date:
Subject: Re: Detecting mouse events in the SQL grid
Next
From: Guillaume Lelarge
Date:
Subject: Re: Exporting sql scripts in pgAdmin