Changeset 331 for Common


Ignore:
Timestamp:
Feb 20, 2012, 10:28:05 AM (12 years ago)
Author:
chronos
Message:
  • Fixed: Missing common package URectangle unit.
Location:
Common
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • Common/Common.lpk

    r330 r331  
    2222    <License Value="GNU/GPL"/>
    2323    <Version Minor="5"/>
    24     <Files Count="12">
     24    <Files Count="13">
    2525      <Item1>
    2626        <Filename Value="StopWatch.pas"/>
     
    7272        <UnitName Value="URegistry"/>
    7373      </Item12>
     74      <Item13>
     75        <Filename Value="URectangle.pas"/>
     76        <UnitName Value="URectangle"/>
     77      </Item13>
    7478    </Files>
    7579    <i18n>
  • Common/Common.pas

    r328 r331  
    99uses
    1010  StopWatch, UCommon, UDebugLog, UDelay, UPrefixMultiplier, UURI, UThreading,
    11   UMemory, UResetableThread, UPool, ULastOpenedList, URegistry,
     11  UMemory, UResetableThread, UPool, ULastOpenedList, URegistry, URectangle,
    1212  LazarusPackageIntf;
    1313
  • Common/Languages/UDebugLog.po

    r329 r331  
    44#: udebuglog.sfilenamenotdefined
    55msgid "Filename not defined"
    6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
     6msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
    77
  • Common/Languages/UPool.po

    r329 r331  
    44#: upool.sobjectpoolempty
    55msgid "Object pool is empty"
    6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
     6msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
    77
    88#: upool.sreleaseerror
  • Common/Languages/UResetableThread.po

    r329 r331  
    44#: uresetablethread.swaiterror
    55msgid "WaitFor error"
    6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
     6msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
    77
  • Common/Languages/UThreading.po

    r329 r331  
    44#: uthreading.scurrentthreadnotfound
    55msgid "Current thread ID %d not found in virtual thread list."
    6 msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
     6msgstr "Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8Content-Type: text/plain; charset=UTF-8"
    77
Note: See TracChangeset for help on using the changeset viewer.