Skip to content

Commit

Permalink
Last fixes for release 1.8.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvs committed Jul 11, 2018
1 parent 54763a3 commit a1e0002
Show file tree
Hide file tree
Showing 8 changed files with 601 additions and 467 deletions.
2 changes: 1 addition & 1 deletion src/filelistform.pas
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ procedure tfilelistfo.formcreated(const Sender: TObject);
if trim(historyfn.Value) = '' then
begin
hasinit := 1;
historyfn.Value := ordir + 'sound' + directoryseparator + 'song' ;
historyfn.Value := ordir + 'sound' + directoryseparator + 'song' + directoryseparator ;
onchangpath(Sender);
end;

Expand Down
4 changes: 2 additions & 2 deletions src/main.mfm
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ object mainfo: tmainfo
bounds_y = 91
bounds_cx = 454
bounds_cy = 139
bounds_cxmin = 442
bounds_cxmin = 454
bounds_cymin = 40
bounds_cxmax = 454
bounds_cxmax = 468
bounds_cymax = 700
container.frame.framei_left = 0
container.frame.framei_top = 0
Expand Down
Loading

0 comments on commit a1e0002

Please sign in to comment.