Thread: pgAdmin III commit: Fix the autovacuum widgets in the table dialog

pgAdmin III commit: Fix the autovacuum widgets in the table dialog

From
Guillaume Lelarge
Date:
Fix the autovacuum widgets in the table dialog

When a user selects another language for the UI, some of the values of the
autovacuum are set to 0 instead of their actual values because of the decimal
separator (dot) which is not valid for this language (happens with french and
polish for example).

This fix uses always the dot. To do that, I had to change the text widgets so
that they are not confined to numeric values.

Report from Bartek.

Branch
------
master

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

Modified Files
--------------
CHANGELOG                      |    3 +
pgadmin/dlg/dlgTable.cpp       |  303 +++++++++++++---------------------------
pgadmin/include/dlg/dlgTable.h |   27 ++--
3 files changed, 118 insertions(+), 215 deletions(-)