summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
authorBrian Munro <brian.alexander.munro@gmail.com>2017-10-24 08:48:11 +0200
committerGitHub <noreply@github.com>2017-10-24 08:48:11 +0200
commitbf505d2d5f8b9b6bee39b05cf61b5cc467c258fe (patch)
tree934868a0d6bccb17f1a54686da19d903c045f1ee /src/mainwindow.cpp
parent126f8deb55b64a17ba3acb677fd4283532855551 (diff)
parent2866a494d4f3efcad3370c817ba450608fffb429 (diff)
Merge pull request #107 from Silarn/mainline_dev
Hopefully final ESL corrections
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 7c853578..79be617b 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -1684,7 +1684,7 @@ void MainWindow::wikiTriggered()
void MainWindow::issueTriggered()
{
- ::ShellExecuteW(nullptr, L"open", L"http://issue.tannin.eu/tbg", nullptr, nullptr, SW_SHOWNORMAL);
+ ::ShellExecuteW(nullptr, L"open", L"http://github.com/LePresidente/modorganizer/issues", nullptr, nullptr, SW_SHOWNORMAL);
}
void MainWindow::tutorialTriggered()