pgAdmin III commit: Fix inconsistencies with translated messages

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix inconsistencies with translated messages
Date: 2011-04-17 17:06:59
Message-ID: 201104171706.p3HH6x4X083342@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix inconsistencies with translated messages

Branch
------
master

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

Modified Files
--------------
pgadmin/include/schema/pgIndexConstraint.h | 3 +
pgadmin/schema/pgForeignDataWrapper.cpp | 38 +++++
pgadmin/schema/pgForeignServer.cpp | 38 +++++
pgadmin/schema/pgIndexConstraint.cpp | 219 ++++++++++++++++++++++++++++
pgadmin/schema/pgObject.cpp | 15 ++-
pgadmin/schema/pgUserMapping.cpp | 38 +++++
6 files changed, 347 insertions(+), 4 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2011-04-17 19:09:25 Re: [pgAdmin III] #299: Crash on table refresh
Previous Message Guillaume Lelarge 2011-04-17 16:32:12 pgAdmin III commit: Fix an assertion warning in dlgAggregate