pgAdmin III commit: Switch OID and owner controls - Mailing list pgadmin-hackers

From Guillaume Lelarge
Subject pgAdmin III commit: Switch OID and owner controls
Date
Msg-id 201104171543.p3HFhInc074672@gothos.postgresql.org
Whole thread Raw
List pgadmin-hackers
Switch OID and owner controls

All dialogs have first OID, then Owner controls. All but function and package.
This patch switches the two controls so that the dialogs look alike the
others.

Moreover, the first and second tabs of dlgIndexConstraint had the same name
and title. The second tab is now changed to have the usual "definition" name
and title.

Branch
------
master

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

Modified Files
--------------
pgadmin/ui/dlgFunction.xrc        |   16 ++++++++--------
pgadmin/ui/dlgIndexConstraint.xrc |    4 ++--
pgadmin/ui/dlgPackage.xrc         |   14 +++++++-------
3 files changed, 17 insertions(+), 17 deletions(-)


pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Don't show collation if it's the default one
Next
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Display the OID of a tablespace