View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0006623 | JEDI VCL | 00 JVCL Components | public | 2018-03-11 13:25 | 2018-07-18 16:03 | 
| Reporter | dummzeuch | Assigned To | obones | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried | 
| Status | resolved | Resolution | won't fix | ||
| Product Version | Daily / GIT | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0006623: Replace use of sl.ClassType <> TStringList in TGnuGettextInstance.TranslateStrings with sl is TStringList | ||||
| Description | Line 2169: if sl.ClassType <> TStringList then for I := 0 to sl.Count - 1 do sl.Objects[I] := nil; I think this should not just check for TStringList but for descendants too, so it should be: if sl.ClassType is TStringList then for I := 0 to sl.Count - 1 do sl.Objects[I] := nil;  | ||||
| Tags | No tags attached. | ||||