diff --git a/src/rviz/default_plugin/path_display.cpp b/src/rviz/default_plugin/path_display.cpp index 425a3cbb4e..89fa2591d7 100644 --- a/src/rviz/default_plugin/path_display.cpp +++ b/src/rviz/default_plugin/path_display.cpp @@ -96,7 +96,7 @@ PathDisplay::PathDisplay() "Radius of the axes.", this, SLOT(updatePoseAxisGeometry()) ); - pose_arrow_color_property_ = new ColorProperty( "Color", + pose_arrow_color_property_ = new ColorProperty( "Pose Color", QColor( 255, 85, 255 ), "Color to draw the poses.", this, SLOT(updatePoseArrowColor()));