mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 06:35:59 +02:00
prettymessages: fixed compilation, bug #15825
git-svn-id: trunk@23751 -
This commit is contained in:
parent
b5f848caf6
commit
d0ee84b92a
@ -1,13 +1,13 @@
|
||||
{ This file was automatically created by Lazarus. Do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
{ This file was automatically created by Lazarus. do not edit!
|
||||
This source is only used to compile and install the package.
|
||||
}
|
||||
|
||||
unit PrettyMessages;
|
||||
unit prettymessages;
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
HideFPCHints, PrettyMsgOptionsDlg, PrettyMsgOptions, LazarusPackageIntf;
|
||||
HideFPCHints, PrettyMsgOptionsDlg, PrettyMsgOptions, LazarusPackageIntf;
|
||||
|
||||
implementation
|
||||
|
||||
|
@ -36,7 +36,7 @@ unit PrettyMsgOptionsDlg;
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, Buttons;
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, StdCtrls;
|
||||
|
||||
type
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user