Do not rely on selected string in the combobox for the check option in the view dialog. The specified options in xrc file are being translated sometime by mistake.
Thanks Sebastian Albert for the report. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5127df5506bbde1313bf096d4762efc8295e4eab Author: Neel Patel <[email protected]> Modified Files -------------- CHANGELOG | 3 +++ pgadmin/dlg/dlgView.cpp | 35 ++++++++++++++++++++++++----------- pgadmin/include/dlg/dlgView.h | 1 + 3 files changed, 28 insertions(+), 11 deletions(-) -- Sent via pgadmin-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-hackers
