diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2012-07-04 13:18:09 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2012-07-04 13:18:09 (GMT) |
commit | eb8badc9e0bbf983cf95c088c9cabbf7c3944a74 (patch) | |
tree | 59ba47a50cb5de5bb2595e9e7bd4dfa68168f61f /ChangeLog | |
parent | 584d22b78f9dc0e5505dec4d97e4b40ed0f95eef (diff) | |
parent | 76bb9a47eb0b92f796780bc025048bc0d3c769bb (diff) | |
download | tk-eb8badc9e0bbf983cf95c088c9cabbf7c3944a74.zip tk-eb8badc9e0bbf983cf95c088c9cabbf7c3944a74.tar.gz tk-eb8badc9e0bbf983cf95c088c9cabbf7c3944a74.tar.bz2 |
Improved solution to [Bug 3540127] that disconnects options from their order,
so reducing the likelihood of nausea when contemplating the dialog code.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2012-07-04 Donal K. Fellows <dkf@users.sf.net> + + * win/tkWinDialog.c (GetFileNameW): [Bug 3540127]: Clean up the tables + of options for the file dialogs so that options are listed in error + messages in alphabetical order. + 2012-07-02 Jan Nijtmans <nijtmans@users.sf.net> * win/tkWinDialog.c: [Bug 3540127]: filebox.test fails on win32 |