mirror of https://gitlab.com/basile.b/dexed.git
note about bug related to France summer time/winter time
This commit is contained in:
parent
c65c724c74
commit
199c9f51f3
|
@ -597,6 +597,8 @@ begin
|
||||||
if fFileDate = newDate then exit;
|
if fFileDate = newDate then exit;
|
||||||
if fFileDate <> 0.0 then
|
if fFileDate <> 0.0 then
|
||||||
begin
|
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 ?',
|
if dlgOkCancel(format('"%s" has been modified by another program, load the new version ?',
|
||||||
[shortenPath(fFilename, 25)])) = mrOk then
|
[shortenPath(fFilename, 25)])) = mrOk then
|
||||||
begin
|
begin
|
||||||
|
|
Loading…
Reference in New Issue