mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Correct the "Grid" message on Tab 2 for Type 1 compound callsigns.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4486 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									3a3645b5de
								
							
						
					
					
						commit
						6a8f7cbd91
					
				@ -2621,6 +2621,10 @@ void MainWindow::on_pbAnswerCQ_clicked()
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  genStdMsgs(m_rpt);
 | 
					  genStdMsgs(m_rpt);
 | 
				
			||||||
  ui->genMsg->setText(ui->tx1->text());
 | 
					  ui->genMsg->setText(ui->tx1->text());
 | 
				
			||||||
 | 
					  QString t=ui->tx2->text();
 | 
				
			||||||
 | 
					  int i0=t.indexOf("/");
 | 
				
			||||||
 | 
					  int i1=t.indexOf(" ");
 | 
				
			||||||
 | 
					  if(i0>0 and i0<i1) ui->genMsg->setText(t);
 | 
				
			||||||
  m_ntx=7;
 | 
					  m_ntx=7;
 | 
				
			||||||
  ui->rbGenMsg->setChecked(true);
 | 
					  ui->rbGenMsg->setChecked(true);
 | 
				
			||||||
  if(m_transmitting) m_restart=true;
 | 
					  if(m_transmitting) m_restart=true;
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user