You've already forked lazarus-ccr
LazStats: Show help contents. Improved help system. More entries in chm help file.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7606 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -1627,12 +1627,12 @@ end;
|
||||
procedure RowColSwap;
|
||||
VAR
|
||||
i, j, Rows, Cols : integer;
|
||||
tempgrid : StrDyneMat;
|
||||
tempgrid : StrDyneMat = nil;
|
||||
begin
|
||||
Assert(OS3MainFrm <> nil);
|
||||
Assert(DictionaryFrm <> nil);
|
||||
|
||||
SetLength(tempgrid,NoCases+1,NoVariables+1);
|
||||
SetLength(tempgrid ,NoCases+1,NoVariables+1);
|
||||
Rows := NoCases;
|
||||
Cols := NoVariables;
|
||||
|
||||
@@ -1803,7 +1803,8 @@ var
|
||||
i, j, k, NoStrings: integer;
|
||||
TempString: string;
|
||||
dup: boolean;
|
||||
StrGrps, OneString : StrDyneVec;
|
||||
StrGrps: StrdyneVec = nil;
|
||||
OneString : StrDyneVec = nil;
|
||||
res: TModalResult;
|
||||
begin
|
||||
Result := true;
|
||||
|
||||
Reference in New Issue
Block a user