Ignore:
Timestamp:
May 29, 2023, 7:30:31 PM (11 months ago)
Author:
chronos
Message:

Removed U prefix from all units.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/FormAbout.pas

    r142 r143  
    1 unit UFormAbout;
     1unit FormAbout;
    22
    33interface
     
    55uses
    66  Classes, SysUtils, FileUtil, Forms, Controls, Graphics, Dialogs, Menus,
    7   StdCtrls, ExtCtrls, UApplicationInfo, UCommon, UTranslator, UTheme;
     7  StdCtrls, ExtCtrls, ApplicationInfo, Common, Translator, Theme;
    88
    99type
     
    3232
    3333uses
    34   UAboutDialog;
     34  AboutDialog;
    3535
    3636resourcestring
Note: See TracChangeset for help on using the changeset viewer.