소스 검색

* some fields not qualified with org*.

git-svn-id: trunk@10803 -
marco 17 년 전
부모
커밋
aed42d9eeb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tests/test/units/sysutils/tlocale.pp

+ 2 - 2
tests/test/units/sysutils/tlocale.pp

@@ -25,7 +25,7 @@ begin
   {$endif}
   writeln('short date    :', shortdateformat);
   {$ifdef localedebug}
-  writeln('orglongdate   :', longdateformat);
+  writeln('orglongdate   :', orgformatsettings.longdateformat);
   {$endif}
   writeln('long  date    :', longdateformat);
  { Time stuff }
@@ -39,7 +39,7 @@ begin
  // No support for 12 hour stuff at the moment...
   writeln('short time    :', shorttimeformat);
   {$ifdef localedebug}
-  writeln('orglongtime   :', longtimeformat);
+  writeln('orglongtime   :', orgformatsettings.longtimeformat);
   {$endif}
   writeln('long  time    :', longtimeformat);