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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Add a title to the backup and restore windows
Date: 2013-02-23 18:24:53
Message-ID: E1U9JmH-0006T0-RA@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2013-02-24 09:53:02 Re: Exporting sql scripts in pgAdmin
Previous Message Guillaume Lelarge 2013-02-23 18:06:40 Re: Detecting mouse events in the SQL grid