Fix misnamed macro.

- should fix TerraSync user-agent.
This commit is contained in:
James Turner
2016-02-08 09:37:35 +00:00
parent a6290e367a
commit 41f40a9a10

View File

@@ -343,7 +343,7 @@ SGTerraSync::SvnThread::SvnThread() :
_stop(false),
_use_svn(true)
{
_http.setUserAgent("terrascenery-" SG_STRINGIZE(SG_VERSION));
_http.setUserAgent("terrascenery-" SG_STRINGIZE(SIMGEAR_VERSION));
}
void SGTerraSync::SvnThread::stop()