diff --git a/src/App/Part.cpp b/src/App/Part.cpp index fe7ced3753..efdf45f995 100644 --- a/src/App/Part.cpp +++ b/src/App/Part.cpp @@ -45,7 +45,7 @@ PROPERTY_SOURCE(App::Part, App::GeoFeatureGroup) //=========================================================================== -const char* Part::BaseplaneTypes[3] = {"XY-Plane", "XZ-Plane", "YZ-Plane"}; +const char* Part::BaseplaneTypes[3] = {"XY_Plane", "XZ_Plane", "YZ_Plane"}; Part::Part(void) {