mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 13:30:52 -05:00 
			
		
		
		
	Fix a typo. Transmiting->Transmitting.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@5504 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									a26caaf708
								
							
						
					
					
						commit
						7c8f315e29
					
				@ -2220,7 +2220,7 @@ void MainWindow::startTx2()
 | 
				
			|||||||
    transmit (snr);
 | 
					    transmit (snr);
 | 
				
			||||||
    signalMeter->setValue(0);
 | 
					    signalMeter->setValue(0);
 | 
				
			||||||
    if(m_mode.mid(0,4)=="WSPR" and !m_tune) {
 | 
					    if(m_mode.mid(0,4)=="WSPR" and !m_tune) {
 | 
				
			||||||
      t = " Transmiting " + m_mode + " ----------------------- " +
 | 
					      t = " Transmitting " + m_mode + " ----------------------- " +
 | 
				
			||||||
        m_config.bands ()->find (m_dialFreq);
 | 
					        m_config.bands ()->find (m_dialFreq);
 | 
				
			||||||
      ui->decodedTextBrowser->append(t.rightJustified (71, '-'));
 | 
					      ui->decodedTextBrowser->append(t.rightJustified (71, '-'));
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user