فهرست منبع

* LongdateFormat equals shortdateformat (no longdateformat is available in langinfo) Bug #19616.

git-svn-id: trunk@17914 -
michael 14 سال پیش
والد
کامیت
e357dc3fb9
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      rtl/unix/clocale.pp

+ 1 - 1
rtl/unix/clocale.pp

@@ -248,7 +248,7 @@ begin
  
   fmts.DateSeparator := FindSeparator(fmts.ShortDateFormat, fmts.DateSeparator);
   fmts.ShortDateFormat := TransformFormatStr(fmts.ShortDateFormat);
-  fmts.LongDateFormat := GetLocaleStr(D_T_FMT);
+  fmts.LongDateFormat := GetLocaleStr(D_FMT);
 {$ifdef localedebug}
   OrgFormatSettings.LongDateFormat:=fmts.longdateformat;
 {$endif}