renamed to CommandExtensionPack

This commit is contained in:
edi271
2021-09-06 17:59:14 +02:00
parent 2014119bf0
commit e660403b17
11 changed files with 79 additions and 355 deletions

View File

@@ -75,7 +75,7 @@ void CreateTechDrawCommands(void);
void CreateTechDrawCommandsDims(void);
void CreateTechDrawCommandsDecorate(void);
void CreateTechDrawCommandsAnnotate(void);
void CreateTechDrawCommandsTools(void);
void CreateTechDrawCommandsExtensions(void);
void loadTechDrawResource()
{
@@ -121,7 +121,7 @@ PyMOD_INIT_FUNC(TechDrawGui)
CreateTechDrawCommandsDims();
CreateTechDrawCommandsDecorate();
CreateTechDrawCommandsAnnotate();
CreateTechDrawCommandsTools();
CreateTechDrawCommandsExtensions();
TechDrawGui::Workbench::init();
TechDrawGui::MDIViewPage::init();