From cff4be85340f30f178503f522b0fdbfa46d029ea Mon Sep 17 00:00:00 2001 From: Morten Borup Petersen Date: Mon, 7 Jan 2019 13:36:31 +0100 Subject: [PATCH] Change "documentation" to "Wiki" link in help menu --- src/mainwindow.cpp | 5 ++--- src/mainwindow.h | 2 +- src/mainwindow.ui | 8 ++++---- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index b0fea7f05..404a1a378 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -130,9 +130,8 @@ void MainWindow::on_actionAbout_triggered() { about.exec(); } -void MainWindow::on_actionOpen_documentation_triggered() { - // Look for documentation pdf - QDesktopServices::openUrl(QUrl(QString("https://github.com/mortbopet/Ripes"))); +void MainWindow::on_actionOpen_wiki_triggered() { + QDesktopServices::openUrl(QUrl(QString("https://github.com/mortbopet/Ripes/wiki"))); } void MainWindow::on_actionSave_Assembly_File_triggered() { diff --git a/src/mainwindow.h b/src/mainwindow.h index fae4cf19c..138461cc6 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -25,7 +25,7 @@ private slots: void on_actionAbout_triggered(); - void on_actionOpen_documentation_triggered(); + void on_actionOpen_wiki_triggered(); void processorUpdated() { emit updateMemoryTab(); } void on_actionSave_Assembly_File_triggered(); diff --git a/src/mainwindow.ui b/src/mainwindow.ui index adbf5e742..e6cb0ef53 100644 --- a/src/mainwindow.ui +++ b/src/mainwindow.ui @@ -73,7 +73,7 @@ 0 0 689 - 20 + 22 @@ -99,7 +99,7 @@ Help - + @@ -185,9 +185,9 @@ About - + - Documentation + Wiki