mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 19:19:19 +02:00
ide:
- remove dummy warning when you cancel export in todolist dialog - add at least some related icon to "export" button in todolist dialog git-svn-id: trunk@16837 -
This commit is contained in:
parent
3807a31112
commit
2080c834cf
@ -196,6 +196,7 @@ begin
|
||||
ToolBar.Images := IDEImages.Images_16;
|
||||
acGoto.ImageIndex := IDEImages.LoadImage(16, 'menu_goto_line');
|
||||
acRefresh.ImageIndex := IDEImages.LoadImage(16, 'refresh');
|
||||
acExport.ImageIndex := IDEImages.LoadImage(16, 'menu_saveas');
|
||||
end;
|
||||
|
||||
destructor TfrmTodo.Destroy;
|
||||
@ -512,9 +513,7 @@ begin
|
||||
CommaList.Clear;
|
||||
CommaList.Free;
|
||||
end;
|
||||
end
|
||||
else
|
||||
MessageDlg('Warning','Filename is: '+SaveDialog1.FileName,mtWarning,[mbClose],0);
|
||||
end;
|
||||
end;
|
||||
|
||||
procedure TfrmTodo.acRefreshExecute(Sender: TObject);
|
||||
|
Loading…
Reference in New Issue
Block a user