Changeset 148 for trunk/UCore.pas


Ignore:
Timestamp:
Jun 5, 2023, 7:40:45 PM (12 months ago)
Author:
chronos
Message:
  • Modified: Update Common and VCard package. Remove U prefix from unit names.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r146 r148  
    55uses
    66  Classes, SysUtils, FileUtil, Controls, ActnList, Forms, Dialogs, ExtCtrls,
    7   ULastOpenedList, UApplicationInfo, UPersistentForm, UScaleDPI, UCommon,
    8   UTranslator, UDataFile, UVCard, Menus, URegistry, UTheme, UAboutDialog,
     7  LastOpenedList, ApplicationInfo, PersistentForm, ScaleDPI, Common,
     8  Translator, DataFile, VCard, Menus, RegistryEx, Theme, AboutDialog,
    99  Registry;
    1010
     
    115115
    116116uses
    117   UFormMain, UFormSettings, UFormContacts, UFormFindDuplicity, UTestCase,
     117  UFormMain, UFormSettings, UFormContacts, UFormFindDuplicity, TestCase,
    118118  UFormGenerate, UFormError, UFormFind, UFormTest, UFormSource, UFormCompare,
    119119  UTestCases, UVCardFile;
     
    453453procedure TCore.TranslatorTranslate(Sender: TObject);
    454454begin
    455   UTestCase.Translate;
     455  TestCase.Translate;
    456456end;
    457457
Note: See TracChangeset for help on using the changeset viewer.