summaryrefslogtreecommitdiffstats
path: root/gui/mainwindow.cpp
diff options
context:
space:
mode:
authorAndrew <forkk@forkk.net>2013-02-01 12:22:22 -0600
committerAndrew <forkk@forkk.net>2013-02-01 12:22:22 -0600
commita96e1853de4c2769a6c3092212bec4276630b719 (patch)
tree631acca9143c36916916a2d898ca8573ea34090d /gui/mainwindow.cpp
parentffe49e9c1a54daad2007e2456e75180d5f59f59f (diff)
downloadMultiMC-a96e1853de4c2769a6c3092212bec4276630b719.tar
MultiMC-a96e1853de4c2769a6c3092212bec4276630b719.tar.gz
MultiMC-a96e1853de4c2769a6c3092212bec4276630b719.tar.lz
MultiMC-a96e1853de4c2769a6c3092212bec4276630b719.tar.xz
MultiMC-a96e1853de4c2769a6c3092212bec4276630b719.zip
Implement news and report bug buttons.
Diffstat (limited to 'gui/mainwindow.cpp')
-rw-r--r--gui/mainwindow.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/mainwindow.cpp b/gui/mainwindow.cpp
index dc8f77fe..3a5e3d86 100644
--- a/gui/mainwindow.cpp
+++ b/gui/mainwindow.cpp
@@ -79,12 +79,12 @@ void MainWindow::on_actionSettings_triggered()
void MainWindow::on_actionReportBug_triggered()
{
-
+ QDesktopServices::openUrl(QUrl("http://bugs.forkk.net/"));
}
void MainWindow::on_actionNews_triggered()
{
-
+ QDesktopServices::openUrl(QUrl("http://news.forkk.net/"));
}
void MainWindow::on_actionAbout_triggered()