Procházet zdrojové kódy

* moved SInvalidJulianDate from rtlconst to sysconst (part of r15032,
necessary because dateutils only depends on sysconst and it contains
the julian-datetime helper routines)

git-svn-id: trunk@15033 -

Jonas Maebe před 15 roky
rodič
revize
4303eda80c
2 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 0 1
      rtl/objpas/rtlconst.inc
  2. 1 0
      rtl/objpas/sysconst.pp

+ 0 - 1
rtl/objpas/rtlconst.inc

@@ -158,7 +158,6 @@ ResourceString
   SInvalidImage                 = 'Invalid stream format';
   SInvalidImageList             = 'Invalid ImageList';
   SInvalidImageSize             = 'Invalid image size';
-  SInvalidJulianDate            = '%f Julian cannot be represented as a DateTime';
   SInvalidMask                  = '"%s" is not a valid mask at (%d)';
   SInvalidMemoSize              = 'Text larger than memo capacity';
   SInvalidMetafile              = 'Invalid Metafile';

+ 1 - 0
rtl/objpas/sysconst.pp

@@ -41,6 +41,7 @@ resourcestring
   SErrInvalidDayOfWeekInMonth = 'Year %d Month %d NDow %d DOW %d is not a valid date';
   SErrInvalidDayOfYear   = 'Year %d does not have a day number %d';
   SErrInvalidTimeStamp   = 'Invalid date/timestamp : "%s"';
+  SInvalidJulianDate            = '%f Julian cannot be represented as a DateTime';
   SErrIllegalDateFormatString   = '"%s" is not a valid date format string';
   SErrInvalidTimeFormat  = '"%s" is not a valid time';
   SExceptionErrorMessage = 'exception at %p';