Skip to content

Commit

Permalink
bug fix in creating stub files
Browse files Browse the repository at this point in the history
  • Loading branch information
zbyna committed Jul 18, 2016
1 parent f01dbab commit c0482b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit5.pas
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ procedure TForm5.UpdateTranslation(ALang: String);

procedure TForm5.Button1Click(Sender: TObject); { OK a pak vytvoř stub soubor}
var
i: byte;
i: integer;
discstub: TXMLNode;
xmlDoc : IXMLDocument;
//pomSerieNazev : String;
Expand Down

0 comments on commit c0482b3

Please sign in to comment.