summaryrefslogtreecommitdiff
path: root/src/shared/falloutnvinfo.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/falloutnvinfo.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/falloutnvinfo.cpp')
-rw-r--r--src/shared/falloutnvinfo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/shared/falloutnvinfo.cpp b/src/shared/falloutnvinfo.cpp
index 8df9607d..abff9323 100644
--- a/src/shared/falloutnvinfo.cpp
+++ b/src/shared/falloutnvinfo.cpp
@@ -209,13 +209,13 @@ std::wstring FalloutNVInfo::getSEName()
std::wstring FalloutNVInfo::getNexusPage()
{
- return L"http://www.nexusmods.com/newvegas";
+ return L"http://nmm.nexusmods.com/newvegas";
}
std::wstring FalloutNVInfo::getNexusInfoUrlStatic()
{
- return L"http://www.nexusmods.com/newvegas";
+ return L"http://nmm.nexusmods.com/newvegas";
}