mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-01 19:20:41 +02:00
leakview: fixed typo
git-svn-id: trunk@44934 -
This commit is contained in:
parent
702dfa4206
commit
dd68e3e52e
@ -11,6 +11,7 @@ uses
|
|||||||
|
|
||||||
type
|
type
|
||||||
TJumpProc = procedure (Sender: TObject; const SourceName: string; Line: integer) of object;
|
TJumpProc = procedure (Sender: TObject; const SourceName: string; Line: integer) of object;
|
||||||
|
|
||||||
{ THeapTrcViewForm }
|
{ THeapTrcViewForm }
|
||||||
|
|
||||||
THeapTrcViewForm = class(TForm)
|
THeapTrcViewForm = class(TForm)
|
||||||
@ -36,7 +37,6 @@ type
|
|||||||
procedure FormDestroy(Sender: TObject);
|
procedure FormDestroy(Sender: TObject);
|
||||||
procedure trvTraceInfoDblClick(Sender: TObject);
|
procedure trvTraceInfoDblClick(Sender: TObject);
|
||||||
private
|
private
|
||||||
{ private declarations }
|
|
||||||
Finfo : TLeakInfo;
|
Finfo : TLeakInfo;
|
||||||
fItems : TList;
|
fItems : TList;
|
||||||
|
|
||||||
@ -58,12 +58,9 @@ type
|
|||||||
protected
|
protected
|
||||||
procedure LazarusJump(Sender: TObject; const SourceFile: string; Line: Integer);
|
procedure LazarusJump(Sender: TObject; const SourceFile: string; Line: Integer);
|
||||||
public
|
public
|
||||||
{ public declarations }
|
|
||||||
destructor Destroy; override;
|
destructor Destroy; override;
|
||||||
|
|
||||||
public
|
public
|
||||||
OnJumpProc : TJumpProc; //= procedure (Sender: TObject; const SourceName: string; Line: integer) of object;
|
OnJumpProc : TJumpProc; //= procedure (Sender: TObject; const SourceName: string; Line: integer) of object;
|
||||||
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
resourcestring
|
resourcestring
|
||||||
@ -72,7 +69,7 @@ resourcestring
|
|||||||
StackLineFormatWithFile = '%s file: %s : %d; '; // stack addr, filename (no path), line number
|
StackLineFormatWithFile = '%s file: %s : %d; '; // stack addr, filename (no path), line number
|
||||||
StackLineFormat = '%s'; // stack addr
|
StackLineFormat = '%s'; // stack addr
|
||||||
|
|
||||||
strTotalMemAlloc = 'Total Mem alloced: %d';
|
strTotalMemAlloc = 'Total Mem allocated: %d';
|
||||||
strLeakingMemSize = 'Leaking Mem Size: %d';
|
strLeakingMemSize = 'Leaking Mem Size: %d';
|
||||||
strLeakingBlocksCount = 'Leaking Blocks Count: %d';
|
strLeakingBlocksCount = 'Leaking Blocks Count: %d';
|
||||||
//
|
//
|
||||||
|
@ -80,6 +80,8 @@ msgid "Leaking Mem Size: %d"
|
|||||||
msgstr "Velikost uniklé paměti: %s"
|
msgstr "Velikost uniklé paměti: %s"
|
||||||
|
|
||||||
#: heaptrcview.strtotalmemalloc
|
#: heaptrcview.strtotalmemalloc
|
||||||
msgid "Total Mem alloced: %d"
|
#, fuzzy
|
||||||
|
#| msgid "Total Mem alloced: %d"
|
||||||
|
msgid "Total Mem allocated: %d"
|
||||||
msgstr "Celkem přidělené paměti: %d"
|
msgstr "Celkem přidělené paměti: %d"
|
||||||
|
|
||||||
|
@ -80,6 +80,8 @@ msgid "Leaking Mem Size: %d"
|
|||||||
msgstr "Szivárgó memória mérete: %d"
|
msgstr "Szivárgó memória mérete: %d"
|
||||||
|
|
||||||
#: heaptrcview.strtotalmemalloc
|
#: heaptrcview.strtotalmemalloc
|
||||||
msgid "Total Mem alloced: %d"
|
#, fuzzy
|
||||||
|
#| msgid "Total Mem alloced: %d"
|
||||||
|
msgid "Total Mem allocated: %d"
|
||||||
msgstr "Teljes lefoglalt memória: %d"
|
msgstr "Teljes lefoglalt memória: %d"
|
||||||
|
|
||||||
|
@ -81,6 +81,8 @@ msgid "Leaking Mem Size: %d"
|
|||||||
msgstr "Dimensione memoria perduta: %d"
|
msgstr "Dimensione memoria perduta: %d"
|
||||||
|
|
||||||
#: heaptrcview.strtotalmemalloc
|
#: heaptrcview.strtotalmemalloc
|
||||||
msgid "Total Mem alloced: %d"
|
#, fuzzy
|
||||||
|
#| msgid "Total Mem alloced: %d"
|
||||||
|
msgid "Total Mem allocated: %d"
|
||||||
msgstr "Totale memoria ALLOCata: %d"
|
msgstr "Totale memoria ALLOCata: %d"
|
||||||
|
|
||||||
|
@ -82,6 +82,8 @@ msgid "Leaking Mem Size: %d"
|
|||||||
msgstr "Nutekėjusios atminties dydis: %d"
|
msgstr "Nutekėjusios atminties dydis: %d"
|
||||||
|
|
||||||
#: heaptrcview.strtotalmemalloc
|
#: heaptrcview.strtotalmemalloc
|
||||||
msgid "Total Mem alloced: %d"
|
#, fuzzy
|
||||||
|
#| msgid "Total Mem alloced: %d"
|
||||||
|
msgid "Total Mem allocated: %d"
|
||||||
msgstr "Viso paskirta atminties: %d"
|
msgstr "Viso paskirta atminties: %d"
|
||||||
|
|
||||||
|
@ -70,6 +70,6 @@ msgid "Leaking Mem Size: %d"
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: heaptrcview.strtotalmemalloc
|
#: heaptrcview.strtotalmemalloc
|
||||||
msgid "Total Mem alloced: %d"
|
msgid "Total Mem allocated: %d"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -82,6 +82,8 @@ msgid "Leaking Mem Size: %d"
|
|||||||
msgstr "Tamanho Mem Vazando: %d"
|
msgstr "Tamanho Mem Vazando: %d"
|
||||||
|
|
||||||
#: heaptrcview.strtotalmemalloc
|
#: heaptrcview.strtotalmemalloc
|
||||||
msgid "Total Mem alloced: %d"
|
#, fuzzy
|
||||||
|
#| msgid "Total Mem alloced: %d"
|
||||||
|
msgid "Total Mem allocated: %d"
|
||||||
msgstr "Total Mem alocada: %d"
|
msgstr "Total Mem alocada: %d"
|
||||||
|
|
||||||
|
@ -80,6 +80,8 @@ msgid "Leaking Mem Size: %d"
|
|||||||
msgstr "Размер утерянной памяти: %d"
|
msgstr "Размер утерянной памяти: %d"
|
||||||
|
|
||||||
#: heaptrcview.strtotalmemalloc
|
#: heaptrcview.strtotalmemalloc
|
||||||
msgid "Total Mem alloced: %d"
|
#, fuzzy
|
||||||
|
#| msgid "Total Mem alloced: %d"
|
||||||
|
msgid "Total Mem allocated: %d"
|
||||||
msgstr "Размер выделенной памяти: %d"
|
msgstr "Размер выделенной памяти: %d"
|
||||||
|
|
||||||
|
@ -80,6 +80,8 @@ msgid "Leaking Mem Size: %d"
|
|||||||
msgstr "Розмір втраченої пам'яті: %d"
|
msgstr "Розмір втраченої пам'яті: %d"
|
||||||
|
|
||||||
#: heaptrcview.strtotalmemalloc
|
#: heaptrcview.strtotalmemalloc
|
||||||
msgid "Total Mem alloced: %d"
|
#, fuzzy
|
||||||
|
#| msgid "Total Mem alloced: %d"
|
||||||
|
msgid "Total Mem allocated: %d"
|
||||||
msgstr "Розмір виділеної пам'яті: %d"
|
msgstr "Розмір виділеної пам'яті: %d"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user