note about bug related to France summer time/winter time

This commit is contained in:
Basile Burg 2015-05-03 20:02:15 +02:00
parent c65c724c74
commit 199c9f51f3
1 changed files with 2 additions and 0 deletions

View File

@ -597,6 +597,8 @@ begin
if fFileDate = newDate then exit;
if fFileDate <> 0.0 then
begin
// note: this could cause a bug in France during the switch from winter time to summer time.
// e.g: save at 2h59, at 3h00, clock is reset to 2h00, set the focus on the doc: new version message.
if dlgOkCancel(format('"%s" has been modified by another program, load the new version ?',
[shortenPath(fFilename, 25)])) = mrOk then
begin