summaryrefslogtreecommitdiff
path: root/src/shared/fallout3info.cpp
diff options
context:
space:
mode:
authorTannin <devnull@localhost>2013-12-07 17:13:36 +0100
committerTannin <devnull@localhost>2013-12-07 17:13:36 +0100
commit340edcfbcab81ad7b2fac03cb724fb4d947d0d1d (patch)
tree349bc3fe256f5ff889903cb0daee6f065ac58db1 /src/shared/fallout3info.cpp
parentc4f0bc39c75f7e80ad9de5f62541aa59cc0c7854 (diff)
- returned to default branch
- nexus interface will now use the nmm url - nmm importer no longer cancels on a missing non-essential flag
Diffstat (limited to 'src/shared/fallout3info.cpp')
-rw-r--r--src/shared/fallout3info.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/fallout3info.cpp b/src/shared/fallout3info.cpp
index 864a67be..cc90d6fa 100644
--- a/src/shared/fallout3info.cpp
+++ b/src/shared/fallout3info.cpp
@@ -155,13 +155,13 @@ std::wstring Fallout3Info::getSEName()
std::wstring Fallout3Info::getNexusPage()
{
- return L"http://www.nexusmods.com/fallout3";
+ return L"http://nmm.nexusmods.com/fallout3";
}
std::wstring Fallout3Info::getNexusInfoUrlStatic()
{
- return L"http://www.nexusmods.com/fallout3";
+ return L"http://nmm.nexusmods.com/fallout3";
}