diff --git a/simgear/scene/tsync/terrasync.cxx b/simgear/scene/tsync/terrasync.cxx index a74f9b4e..1262f137 100644 --- a/simgear/scene/tsync/terrasync.cxx +++ b/simgear/scene/tsync/terrasync.cxx @@ -302,7 +302,7 @@ SGTerraSync::SvnThread::SvnThread() : _stop(false), _use_svn(true) { - _http.setUserAgent("terrasync-" SG_STRINGIZE(SG_VERSION)); + _http.setUserAgent("terrascenery-" SG_STRINGIZE(SG_VERSION)); } void SGTerraSync::SvnThread::stop()