diff options
| author | Tannin <devnull@localhost> | 2013-12-14 13:23:13 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-12-14 13:23:13 +0100 |
| commit | 14ac234daf1680b0685f6bea3e74aa09dfcf38ef (patch) | |
| tree | 643c053d77c53c138f7c325bec695bfdc1c044a1 /src/mainwindow.cpp | |
| parent | 22b8eb7c5a5d3a0d7033bbb57b2d248fc7c0fe11 (diff) | |
- plugin list now highlights plugins with attached ini files
- bugfix: opening nexus through the globe icon used the nmm.nexusmods.com url
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 17f2de09..3a543e0b 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4031,7 +4031,7 @@ void MainWindow::on_actionNexus_triggered() ::ShellExecuteW(NULL, L"open", nxmPath.c_str(), (std::wstring(L"reg ") + GameInfo::instance().getGameShortName() + L" \"" + executable + L"\"").c_str(), NULL, SW_SHOWNORMAL); - ::ShellExecuteW(NULL, L"open", GameInfo::instance().getNexusPage().c_str(), NULL, NULL, SW_SHOWNORMAL); + ::ShellExecuteW(NULL, L"open", GameInfo::instance().getNexusPage(false).c_str(), NULL, NULL, SW_SHOWNORMAL); ui->tabWidget->setCurrentIndex(4); } |
