pgAdmin III commit: Fix extension dialog
pgAdmin III commit: Fix extension dialog
От:
Guillaume Lelarge <guillaume@lelarge.info>
Дата:
Fix extension dialog Since I commited the "change schema" patch, we cannot open the dlgExtension dialog. The cbSchema widget is specific to objects belonging to a schema. So I had to rename the cbSchema widget as an extension doesn't belong to a schema. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=01f33ca67a12629a99c9697976363aa9278c6c33 Modified Files -------------- pgadmin/dlg/dlgExtension.cpp | 30 +++++++++++++++--------------- pgadmin/ui/dlgExtension.xrc | 2 +- 2 files changed, 16 insertions(+), 16 deletions(-)