|
@@ -226,7 +226,7 @@ begin
|
|
s:=LowerCase(inp);
|
|
s:=LowerCase(inp);
|
|
I:=0;
|
|
I:=0;
|
|
Result:='';
|
|
Result:='';
|
|
- While (Result='') and (i<FmyVersionCategories.Count -1) do
|
|
|
|
|
|
+ While (Result='') and (i<FmyVersionCategories.Count) do
|
|
begin
|
|
begin
|
|
V:=FmyVersionCategories[i];
|
|
V:=FmyVersionCategories[i];
|
|
if (V=S) and ((transid=0) or (transid=dword(pointer(FmyVersionCategories.Objects[i])))) then
|
|
if (V=S) and ((transid=0) or (transid=dword(pointer(FmyVersionCategories.Objects[i])))) then
|