Prompt if overwriting the net inspector CSV report
This commit is contained in:
parent
0508a9ce83
commit
1194a91be4
|
@ -2244,7 +2244,7 @@ void DIALOG_NET_INSPECTOR::onReport( wxCommandEvent& aEvent )
|
||||||
{
|
{
|
||||||
wxFileDialog dlg( this, _( "Save Report File" ), "", "",
|
wxFileDialog dlg( this, _( "Save Report File" ), "", "",
|
||||||
_( "Report file" ) + AddFileExtListToFilter( { "csv" } ),
|
_( "Report file" ) + AddFileExtListToFilter( { "csv" } ),
|
||||||
wxFD_SAVE );
|
wxFD_SAVE | wxFD_OVERWRITE_PROMPT );
|
||||||
|
|
||||||
if( dlg.ShowModal() == wxID_CANCEL )
|
if( dlg.ShowModal() == wxID_CANCEL )
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue