mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Wrong decimal separator (issue #1465)
(cherry picked from commit 912420fb32)
This commit is contained in:
parent
7cbd68596f
commit
d62a137163
1 changed files with 0 additions and 1 deletions
|
|
@ -2226,7 +2226,6 @@ begin
|
|||
gFirstTextSearch := True;
|
||||
gErrorFile := gpCfgDir + ExtractOnlyFileName(Application.ExeName) + '.err';
|
||||
DefaultDateTimeFormat := FormatSettings.ShortDateFormat + ' hh:nn:ss';
|
||||
FormatSettings.DecimalSeparator:='.';
|
||||
DefaultDateTimeFormatSync := 'yyyy.mm.dd hh:nn:ss';
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue