diff --git a/sleepyhead/mainwindow.cpp b/sleepyhead/mainwindow.cpp index d0c7158a..32b664f1 100644 --- a/sleepyhead/mainwindow.cpp +++ b/sleepyhead/mainwindow.cpp @@ -874,18 +874,16 @@ QString MainWindow::getWelcomeHTML() tr("(It doesn't support SSL encryption, so it's not a good idea to type your passwords or personal details anywhere.)") + "

" + - tr("SleepyHead's Online Users Guide
") + tr("SleepyHead's Online Users Guide
") + - tr("Frequently Asked Questions
") + tr("Frequently Asked Questions
") + - tr("Glossary of Sleep Disorder Terms
") + tr("Glossary of Sleep Disorder Terms
") + - tr("SleepyHead Wiki
") + tr("SleepyHead Wiki
") + tr("SleepyHead's Project Website on SourceForge
") + - tr("Got a neat idea on how to improve SleepyHead? Check out SleepyHeads Idea Torrent") - + "

" + tr("Further Information") + "

" "

" + tr("Here are the release notes for this version.") + @@ -897,7 +895,7 @@ QString MainWindow::getWelcomeHTML() "

" + tr("Friendly forums to talk and learn about Sleep Apnea:") + "
" + tr("CPAPTalk Forum,") + - tr("Apnea Board") + "

" + tr("Apnea Board") + "

" "" "
" "" @@ -1113,7 +1111,7 @@ void MainWindow::on_action_About_triggered() ": http://sourceforge.net/projects/sleepyhead
" + tr("SleepyHead Wiki") + - ": http://sleepyhead.sourceforge.net

" + + ": http://sleepyhead.sourceforge.net/wiki

" + // Social media links.. (Dear Translators, if one of these isn't available in your country, it's ok to leave it out.) tr("Don't forget to Like/+1 SleepyHead on Facebook or Google+") @@ -1483,14 +1481,14 @@ void MainWindow::on_actionExp_ort_triggered() void MainWindow::on_actionOnline_Users_Guide_triggered() { ui->webView->load( - QUrl("http://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=SleepyHead_Users_Guide")); + QUrl("http://sleepyhead.sourceforge.net/wiki/index.php?title=SleepyHead_Users_Guide")); ui->tabWidget->setCurrentWidget(ui->helpTab); } void MainWindow::on_action_Frequently_Asked_Questions_triggered() { ui->webView->load( - QUrl("http://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Frequently_Asked_Questions")); + QUrl("http://sleepyhead.sourceforge.net/wiki/index.php?title=Frequently_Asked_Questions")); ui->tabWidget->setCurrentWidget(ui->helpTab); } @@ -2195,14 +2193,14 @@ void MainWindow::on_actionImport_RemStar_MSeries_Data_triggered() void MainWindow::on_actionSleep_Disorder_Terms_Glossary_triggered() { ui->webView->load( - QUrl("http://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Glossary")); + QUrl("http://sleepyhead.sourceforge.net/wiki/index.php?title=Glossary")); ui->tabWidget->setCurrentWidget(ui->helpTab); } void MainWindow::on_actionHelp_Support_SleepyHead_Development_triggered() { QUrl url = - QUrl("http://sourceforge.net/apps/mediawiki/sleepyhead/index.php?title=Support_SleepyHead_Development"); + QUrl("http://sleepyhead.sourceforge.net/wiki/index.php?title=Support_SleepyHead_Development"); QDesktopServices().openUrl(url); // ui->webView->load(url); // ui->tabWidget->setCurrentWidget(ui->helpTab);