diff options
| author | LePresidente <brian.alexander.munro@gmail.com> | 2017-10-24 13:56:45 +0200 |
|---|---|---|
| committer | LePresidente <brian.alexander.munro@gmail.com> | 2017-10-24 13:56:45 +0200 |
| commit | 4124bc39763a4293a1c2d83610fc16cfee9d6a17 (patch) | |
| tree | 1cc2cc531fb51b9c39affe023d4dd9d5cb53665e /src/mainwindow.cpp | |
| parent | 643477de2fc0a5e66e0254d86f753101c3ca7335 (diff) | |
| parent | bf505d2d5f8b9b6bee39b05cf61b5cc467c258fe (diff) | |
Merge branch 'QT5.7' of https://github.com/LePresidente/modorganizer into QT5.7
Diffstat (limited to 'src/mainwindow.cpp')
| -rw-r--r-- | src/mainwindow.cpp | 2 |
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()
|
