]> git.mxchange.org Git - simgear.git/commitdiff
Fix misnamed macro.
authorJames Turner <zakalawe@mac.com>
Mon, 8 Feb 2016 09:37:35 +0000 (09:37 +0000)
committerJames Turner <zakalawe@mac.com>
Mon, 8 Feb 2016 09:37:35 +0000 (09:37 +0000)
- should fix TerraSync user-agent.

simgear/scene/tsync/terrasync.cxx

index c48881c60e9821c3ace0c3ab0f8127ee18eab9d9..6b03ddfe08ceafa4601eb83e6cb74d50a7695991 100644 (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()