ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/Template.pas
(Generate patch)

Comparing oup/current/Tools/Template.pas (file contents):
Revision 113 by alloc, Sun Feb 25 17:20:22 2007 UTC vs.
Revision 217 by alloc, Fri Jun 15 15:12:11 2007 UTC

# Line 265 | Line 265 | procedure TForm_ToolTemplate.popup_links
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  
# Line 344 | Line 344 | begin
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);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)