mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2026-04-07 23:34:00 +00:00
Add error message on invalid XLX URL
This commit is contained in:
parent
87e1a31e7d
commit
9ab2841100
1 changed files with 2 additions and 0 deletions
|
|
@ -88,6 +88,8 @@ bool CXLXSet::Validate()
|
|||
if (url.GetError() == wxURL_NOERR)
|
||||
return true;
|
||||
|
||||
wxMessageDialog dialog(this, _("The XLX host file URL is not valid"), m_title + _(" Error"), wxICON_ERROR);
|
||||
dialog.ShowModal();
|
||||
return false;
|
||||
#else
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue