mirror of
				https://github.com/RetroShare/RetroShare.git
				synced 2025-10-31 06:42:04 -04:00 
			
		
		
		
	fix unicode display for chat status
This commit is contained in:
		
							parent
							
								
									4be73b7049
								
							
						
					
					
						commit
						fdb8dc568c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -1791,7 +1791,7 @@ void ChatWidget::updatePeersCustomStateString(const QString& /*peer_id*/, const | |||
| 
 | ||||
| void ChatWidget::updateStatusString(const QString &statusMask, const QString &statusString, bool permanent) | ||||
| { | ||||
| 	ui->typingLabel->setText(QString(statusMask).arg(tr(statusString.toUtf8()))); // displays info for 5 secs.
 | ||||
| 	ui->typingLabel->setText(QString(statusMask).arg(trUtf8(statusString.toUtf8()))); // displays info for 5 secs.
 | ||||
| 	ui->typingPixmapLabel->setPixmap(QPixmap(":images/typing.png") ); | ||||
| 
 | ||||
| 	if (statusString == "is typing...") { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 RetroPooh
						RetroPooh