kopia lustrzana https://github.com/f4exb/sdrangel
				
				
				
			Fixed remaining v7 references
							rodzic
							
								
									2131a7d4c5
								
							
						
					
					
						commit
						69cd4f83ed
					
				|  | @ -229,7 +229,7 @@ void MainSpectrumGUI::showHelp() | ||||||
|     if (m_helpURL.startsWith("http")) { |     if (m_helpURL.startsWith("http")) { | ||||||
|         url = m_helpURL; |         url = m_helpURL; | ||||||
|     } else { |     } else { | ||||||
|         url = QString("https://github.com/f4exb/sdrangel/blob/v7/%1").arg(m_helpURL); // Something like "plugins/channelrx/chanalyzer/readme.md"
 |         url = QString("https://github.com/f4exb/sdrangel/blob/master/%1").arg(m_helpURL); // Something like "plugins/channelrx/chanalyzer/readme.md"
 | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     QDesktopServices::openUrl(QUrl(url)); |     QDesktopServices::openUrl(QUrl(url)); | ||||||
|  |  | ||||||
|  | @ -2008,12 +2008,12 @@ void MainWindow::on_action_saveAll_triggered() | ||||||
| 
 | 
 | ||||||
| void MainWindow::on_action_Quick_Start_triggered() | void MainWindow::on_action_Quick_Start_triggered() | ||||||
| { | { | ||||||
|     QDesktopServices::openUrl(QUrl("https://github.com/f4exb/sdrangel/wiki/Quick-start-v7")); |     QDesktopServices::openUrl(QUrl("https://github.com/f4exb/sdrangel/wiki/Quick-start")); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void MainWindow::on_action_Main_Window_triggered() | void MainWindow::on_action_Main_Window_triggered() | ||||||
| { | { | ||||||
|     QDesktopServices::openUrl(QUrl("https://github.com/f4exb/sdrangel/blob/v7/sdrgui/readme.md")); |     QDesktopServices::openUrl(QUrl("https://github.com/f4exb/sdrangel/blob/master/sdrgui/readme.md")); | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void MainWindow::on_action_Loaded_Plugins_triggered() | void MainWindow::on_action_Loaded_Plugins_triggered() | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 f4exb
						f4exb