| commit | b052fe0e2c428fa1168b45a8f425a15bf25d4706 | [log] [tgz] |
|---|---|---|
| author | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 13:16:20 2013 +0200 |
| committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 26 13:16:20 2013 +0200 |
| tree | 36906b05a088916a0d31226893f33d2adba03392 | |
| parent | f05d81102c263b746c344a71cd3aafdec96d9f38 [diff] |
updated for version 7.3.1245
Problem: MS-Windows: confirm() dialog text may still not fit.
Solution: Use GetTextWidthEnc() instead of GetTextWidth() in two more
places. (Yasuhiro Matsumoto)