mirror of
				https://github.com/bitcoin/bitcoin.git
				synced 2024-05-17 23:56:39 +00:00 
			
		
		
		
	made tray icon tooltip translatable
This commit is contained in:
		
							parent
							
								
									8d29329f93
								
							
						
					
					
						commit
						3d1d5fafc1
					
				| @ -376,7 +376,7 @@ void BitcoinGUI::createTrayIcon() | ||||
|     trayIcon = new QSystemTrayIcon(this); | ||||
|     trayIconMenu = new QMenu(this); | ||||
|     trayIcon->setContextMenu(trayIconMenu); | ||||
|     trayIcon->setToolTip("Bitcoin client"); | ||||
|     trayIcon->setToolTip(tr("Bitcoin client")); | ||||
|     trayIcon->setIcon(QIcon(":/icons/toolbar")); | ||||
|     connect(trayIcon, SIGNAL(activated(QSystemTrayIcon::ActivationReason)), | ||||
|             this, SLOT(trayIconActivated(QSystemTrayIcon::ActivationReason))); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user