Repository name preferred

This commit is contained in:
Martin Spott
2013-11-16 10:44:17 -08:00
parent 80ff0282c3
commit 27063d0c32

View File

@@ -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()