mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 20:39:14 +02:00
LCL: Fix a deprecated message in LCLProcs.
This commit is contained in:
parent
7ec595fc3a
commit
94e7abc281
@ -185,7 +185,7 @@ procedure DebugLnExit (const s1, s2: string; const s3: string = '';
|
|||||||
const s16: string = ''; const s17: string = ''; const s18: string = ''); overload;
|
const s16: string = ''; const s17: string = ''; const s18: string = ''); overload;
|
||||||
deprecated 'Use DebugLogger.DebugLnExit instead';
|
deprecated 'Use DebugLogger.DebugLnExit instead';
|
||||||
|
|
||||||
procedure CloseDebugOutput; deprecated 'Use DebugLogger.CloseDebugOutput instead';
|
procedure CloseDebugOutput; deprecated 'Use DebugLogger.Finish instead';
|
||||||
|
|
||||||
function DbgS(const c: cardinal): string; overload; deprecated 'Use DebugLogger.Dbgs instead';
|
function DbgS(const c: cardinal): string; overload; deprecated 'Use DebugLogger.Dbgs instead';
|
||||||
function DbgS(const i: longint): string; overload; deprecated 'Use DebugLogger.Dbgs instead';
|
function DbgS(const i: longint): string; overload; deprecated 'Use DebugLogger.Dbgs instead';
|
||||||
|
Loading…
Reference in New Issue
Block a user