mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Fix issue with Tx5 message generation for type 2 compound calls
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8079 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									c8dc00320f
								
							
						
					
					
						commit
						94a723925b
					
				@ -4155,8 +4155,7 @@ void MainWindow::genStdMsgs(QString rpt, bool unconditional)
 | 
				
			|||||||
              msgtype(t + "RRR", ui->tx4);
 | 
					              msgtype(t + "RRR", ui->tx4);
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
            else {
 | 
					            else {
 | 
				
			||||||
              t=t0 + "R" + rpt;
 | 
					              msgtype(t0 + "R" + rpt, ui->tx3);
 | 
				
			||||||
              msgtype(t, ui->tx3);
 | 
					 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
          }
 | 
					          }
 | 
				
			||||||
          msgtype(t + "73", ui->tx5->lineEdit ());
 | 
					          msgtype(t + "73", ui->tx5->lineEdit ());
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user