From b9512a26636e69094b8d1db101122caac17eac31 Mon Sep 17 00:00:00 2001 From: blobfish Date: Wed, 29 Apr 2015 19:39:24 -0400 Subject: [PATCH] App: Part: rename base planes. --- src/App/Part.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {