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/downloadmanager.cpp | |
| parent | 2025145ff6e1ddf1b433eae2f9418e10a6fea82e (diff) | |
Renamed getNexusName to getGameShortName as previously because it hopefully isn't too nexus related.
Diffstat (limited to 'src/downloadmanager.cpp')
| -rw-r--r-- | src/downloadmanager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/downloadmanager.cpp b/src/downloadmanager.cpp index 4a6769b1..e95a315f 100644 --- a/src/downloadmanager.cpp +++ b/src/downloadmanager.cpp @@ -450,7 +450,7 @@ void DownloadManager::addNXMDownload(const QString &url) {
NXMUrl nxmInfo(url);
- QString managedGame = m_ManagedGame->getNexusName();
+ QString managedGame = m_ManagedGame->getGameShortName();
qDebug("add nxm download: %s", qPrintable(url));
if (nxmInfo.game().compare(managedGame, Qt::CaseInsensitive) != 0) {
qDebug("download requested for wrong game (game: %s, url: %s)", qPrintable(managedGame), qPrintable(nxmInfo.game()));
|
