diff options
| author | Thomas Tanner <trtanner@btinternet.com> | 2015-11-26 21:22:47 +0000 |
|---|---|---|
| committer | Thomas Tanner <trtanner@btinternet.com> | 2015-11-26 21:22:47 +0000 |
| commit | ca54ee2e9a8f1d49d81d5c3b66a860b9b16992d6 (patch) | |
| tree | 94f1dc148c2224357bb5cc2e6bb04074caf1191b /src/mainwindow.cpp | |
| parent | 2025145ff6e1ddf1b433eae2f9418e10a6fea82e (diff) | |
Renamed getNexusName to getGameShortName as previously because it hopefully isn't too nexus related.
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 dd5a1b01..152baee7 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -4401,7 +4401,7 @@ void MainWindow::on_bossButton_clicked() parameters << "--unattended"
<< "--stdout"
<< "--noreport"
- << "--game" << m_OrganizerCore.managedGame()->getNexusName()
+ << "--game" << m_OrganizerCore.managedGame()->getGameShortName()
<< "--gamePath" << QString("\"%1\"").arg(m_OrganizerCore.managedGame()->gameDirectory().absolutePath())
<< "--out" << outPath;
|
