diff --git a/Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp b/Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp index d77a3fbce64..bcb3fcebfcc 100644 --- a/Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Plugins/Display/Display_property_plugin.cpp @@ -1782,7 +1782,7 @@ private: maxBox = *(end-1); dock_widget->minBox->setValue(minBox); dock_widget->maxBox->setValue(maxBox); - //fill v:color pmap + //fill f:color pmap SMesh::Property_map fcolors = smesh.add_property_map("f:color", CGAL::Color()).first;