| 265 |
|
begin |
| 266 |
|
Form_WhatLinksHere.ConID := FConnectionID; |
| 267 |
|
Form_WhatLinksHere.FileID := FSelectedFile.ID; |
| 268 |
< |
Form_WhatLinksHere.SenderForm := Self; |
| 268 |
> |
// Form_WhatLinksHere.SenderForm := Self; |
| 269 |
|
Form_WhatLinksHere.Show; |
| 270 |
|
end; |
| 271 |
|
|
| 344 |
|
if Pos(ext, ToolList[i].exts) = 0 then |
| 345 |
|
filepopup.Items.Items[i].Enabled := False; |
| 346 |
|
end; |
| 347 |
– |
filepopup.Items.Find('What links here?').Enabled := |
| 348 |
– |
ConManager.Connection[FConnectionID].Backend = DB_ADB; |
| 347 |
|
end; |
| 348 |
|
|
| 349 |
|
procedure TForm_ToolTemplate.check_zerobyteClick(Sender: TObject); |