* some fields not qualified with org*.

git-svn-id: trunk@10803 -
This commit is contained in:
marco 2008-04-26 14:28:19 +00:00
parent 614948f551
commit aed42d9eeb

View File

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