~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to docs/gtk4ex/factions.inc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
Var i : longint;
4
4
    S : string;
5
5
    Dlg : PFilePropertiesDialog;
6
 
    
 
6
 
7
7
begin
8
8
  With Window^ do
9
9
    S:=AddTrailingSeparator(FDir)+GetFileFirstSelection(FileList);
15
15
 
16
16
Var i : longint;
17
17
    S : TStringList;
18
 
    
 
18
 
19
19
begin
20
20
  S:=TStringList.Create;
21
21
  Try
29
29
    If S.Count>0 then
30
30
      RefreshFileView(Window);
31
31
    S.Free;
32
 
  end;        
 
32
  end;
33
33
end;
 
 
b'\\ No newline at end of file'