Fixed opening files in Open dialog.

This commit is contained in:
Vladimir Kryvian
2015-08-05 19:39:54 +03:00
parent efa1081a60
commit c901976e1a
8 changed files with 15 additions and 11 deletions

View File

@@ -317,7 +317,9 @@ end;
procedure TfrmMain.actAddToSendtoExecute(Sender: TObject);
begin
{$IFDEF windows}
Settings.AddToSendTo(not (Sender as TAction).Checked);
{$IFEND}
end;
procedure TfrmMain.actChangeBackColorExecute(Sender: TObject);