App: Part: rename base planes.

This commit is contained in:
blobfish
2015-04-29 19:39:24 -04:00
committed by Stefan Tröger
parent 7be3e654f8
commit b9512a2663

View File

@@ -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)
{