Merge with develop

This commit is contained in:
Nimetu 2016-05-13 13:58:33 +03:00
parent 5648f63a2f
commit 8c7086fa9d

View file

@ -1166,7 +1166,7 @@ namespace NLGUI
pos = toLower(content).find("url=");
if (pos != string::npos)
_RefreshUrl = content.substr(pos + 4);
_RefreshUrl = getAbsoluteUrl(content.substr(pos + 4));
}
_NextRefreshTime += timeSec;