LazReport, don't mess with kde config files to mangle localization

git-svn-id: trunk@28805 -
This commit is contained in:
jesus 2010-12-22 20:56:14 +00:00
parent 7f4cc4b2f4
commit 92a22bdc4c

View File

@ -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;