Add 2nd page of preferences
This commit is contained in:
committed by
Yorik van Havre
parent
906bffba8f
commit
bcb1534391
@@ -35,6 +35,7 @@
|
||||
#include "Workbench.h"
|
||||
|
||||
#include "DlgPrefsTechDrawImp.h"
|
||||
#include "DlgPrefsTechDraw2Imp.h"
|
||||
#include "ViewProviderPage.h"
|
||||
#include "ViewProviderDrawingView.h"
|
||||
#include "ViewProviderDimension.h"
|
||||
@@ -106,6 +107,7 @@ void TechDrawGuiExport initTechDrawGui()
|
||||
|
||||
// register preferences pages
|
||||
new Gui::PrefPageProducer<TechDrawGui::DlgPrefsTechDrawImp> ("TechDraw");
|
||||
new Gui::PrefPageProducer<TechDrawGui::DlgPrefsTechDraw2Imp> ("TechDraw");
|
||||
|
||||
// add resources and reloads the translators
|
||||
loadTechDrawResource();
|
||||
|
||||
Reference in New Issue
Block a user