diff options
| author | Tannin <devnull@localhost> | 2013-12-07 17:13:36 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-12-07 17:13:36 +0100 |
| commit | 340edcfbcab81ad7b2fac03cb724fb4d947d0d1d (patch) | |
| tree | 349bc3fe256f5ff889903cb0daee6f065ac58db1 /src/shared/fallout3info.cpp | |
| parent | c4f0bc39c75f7e80ad9de5f62541aa59cc0c7854 (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.cpp | 4 |
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";
}
|
