diff options
| author | Tannin <devnull@localhost> | 2013-12-07 12:48:18 +0100 |
|---|---|---|
| committer | Tannin <devnull@localhost> | 2013-12-07 12:48:18 +0100 |
| commit | 469cc2d945afebb1291a825339642b5e95f0e223 (patch) | |
| tree | ff1300a0aa0fb093c64a69babcebf78f5ac9aa2a /src/shared/fallout3info.cpp | |
| parent | 0e90b9d233eb3ae8276f6f8bfc4612c117544404 (diff) | |
- download manager now saves the file times on nexus, for potential later use in version check
- nexus interface now supports 301 redirects
- now using the new nexus url format
- bugfix: "visit on nexus" used an outdated url scheme and thus caused unnecessary redirection
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 c673fa1b..864a67be 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://fallout3.nexusmods.com";
+ return L"http://www.nexusmods.com/fallout3";
}
std::wstring Fallout3Info::getNexusInfoUrlStatic()
{
- return L"http://fallout3.nexusmods.com";
+ return L"http://www.nexusmods.com/fallout3";
}
|
