Fix for #9365 - Send System Info pop-up
This commit is contained in:
parent
6b16eb5068
commit
d97d174b6a
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,7 @@ SendSystemInfoDialog::SendSystemInfoDialog(wxWindow* parent)
|
|||
wxString message;
|
||||
bool success = send_info(message);
|
||||
if (! message.IsEmpty())
|
||||
InfoDialog(nullptr, wxEmptyString, message).ShowModal();
|
||||
InfoDialog(this, wxEmptyString, message).ShowModal();
|
||||
if (success) {
|
||||
save_version();
|
||||
EndModal(0);
|
||||
|
|
Loading…
Reference in a new issue