mirror of
				https://github.com/RetroShare/RetroShare.git
				synced 2025-10-31 14:49:14 -04:00 
			
		
		
		
	fixed display of software revision in main window (patch from ASmith)
This commit is contained in:
		
							parent
							
								
									4d7f7331fc
								
							
						
					
					
						commit
						42bbf76035
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -202,7 +202,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags) | |||
|         nameAndLocation = QString("%1 (%2)").arg(QString::fromUtf8(pd.name.c_str())).arg(QString::fromUtf8(pd.location.c_str())); | ||||
|     } | ||||
| 
 | ||||
|     setWindowTitle(tr("RetroShare %1 a secure decentralized communication platform").arg(Rshare::retroshareVersion(false)) + " - " + nameAndLocation); | ||||
|     setWindowTitle(tr("RetroShare %1 a secure decentralized communication platform").arg(Rshare::retroshareVersion(true)) + " - " + nameAndLocation); | ||||
| 
 | ||||
|     /* add url handler for RetroShare links */ | ||||
|     QDesktopServices::setUrlHandler(RSLINK_SCHEME, this, "retroshareLinkActivated"); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 csoler
						csoler