mirror of
https://github.com/JS8Call-improved/JS8Call-improved
synced 2026-08-13 17:47:36 -04:00
Compound callsigns and group callsigns parse correctly
This commit is contained in:
parent
3767b347d9
commit
6dfd037736
4 changed files with 134 additions and 101 deletions
|
|
@ -1950,7 +1950,7 @@ void Configuration::impl::set_rig_invariants ()
|
|||
|
||||
bool Configuration::impl::validate ()
|
||||
{
|
||||
if(!Varicode::isValidCallsign(ui_->callsign_line_edit->text())){
|
||||
if(!Varicode::isValidCallsign(ui_->callsign_line_edit->text(), nullptr)){
|
||||
MessageBox::critical_message (this, tr ("The callsign format you provided is not supported"));
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue