mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-08 09:38:12 +02:00
LazReport, don't mess with kde config files to mangle localization
git-svn-id: trunk@28805 -
This commit is contained in:
parent
7f4cc4b2f4
commit
92a22bdc4c
@ -57,7 +57,10 @@ uses
|
||||
|
||||
implementation
|
||||
|
||||
{$IFDEF USECLOCALE}
|
||||
// only mess around config files if CLocale unit was not used
|
||||
// trying to do anything desktop specific is prone to fail
|
||||
// if conditions change on new versions.
|
||||
{$IFNDEF USECLOCALE}
|
||||
procedure InitInternationalFormats;
|
||||
Var i : Integer;
|
||||
St : string;
|
||||
|
Loading…
Reference in New Issue
Block a user