Skip to content

Commit

Permalink
Change DPG freature name from "cView" to "ProjGroup"
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Jan 30, 2017
1 parent a6129b9 commit c0c4569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/Gui/Command.cpp
Expand Up @@ -478,7 +478,7 @@ void CmdTechDrawProjGroup::activated(int iMsg)
Gui::WaitCursor wc;

openCommand("Create Projection Group");
std::string multiViewName = getUniqueObjectName("cView");
std::string multiViewName = getUniqueObjectName("ProjGroup");
std::string SourceName = (*shapes.begin())->getNameInDocument();
doCommand(Doc,"App.activeDocument().addObject('TechDraw::DrawProjGroup','%s')",multiViewName.c_str());
doCommand(Doc,"App.activeDocument().%s.addView(App.activeDocument().%s)",PageName.c_str(),multiViewName.c_str());
Expand Down

0 comments on commit c0c4569

Please sign in to comment.