diff --git a/OpenRoadEd/Qt/Tree/RoadTree.cpp b/OpenRoadEd/Qt/Tree/RoadTree.cpp
index 37991e437997e75294ba1f504c2685c318dc752b..60c0291280dc63de6d826a261213ced57e321083 100644
--- a/OpenRoadEd/Qt/Tree/RoadTree.cpp
+++ b/OpenRoadEd/Qt/Tree/RoadTree.cpp
@@ -2183,7 +2183,7 @@ void RoadTree::OnItemActivation( QTreeWidgetItem * item, int column)
 			bool lFirst=false;
 			if(mSelection[1]==0) lFirst=true;
 
-			if(lRoadGeometry!=NULL) emit GeometryTurnSelected(lRoadGeometry, lFirst);
+			if(lRoadGeometry!=NULL) emit GeometryParamPoly3Selected(lRoadGeometry, lFirst);
 			break;
 		}