From 340edcfbcab81ad7b2fac03cb724fb4d947d0d1d Mon Sep 17 00:00:00 2001 From: Tannin Date: Sat, 7 Dec 2013 17:13:36 +0100 Subject: - returned to default branch - nexus interface will now use the nmm url - nmm importer no longer cancels on a missing non-essential flag --- src/shared/falloutnvinfo.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/shared/falloutnvinfo.cpp') 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"; } -- cgit v1.3.1