Preferences "Drawing" -> "TechDraw"

This commit is contained in:
WandererFan
2016-01-19 07:57:33 -05:00
committed by wmayer
parent 05bca371dc
commit 66dd5ff122
8 changed files with 35 additions and 35 deletions

View File

@@ -34,7 +34,7 @@
#include "Workbench.h"
#include "DlgPrefsDrawingImp.h"
#include "DlgPrefsTechDrawImp.h"
#include "ViewProviderPage.h"
#include "ViewProviderDrawingView.h"
#include "ViewProviderDimension.h"
@@ -105,7 +105,7 @@ void TechDrawGuiExport initTechDrawGui()
TechDrawGui::ViewProviderHatch::init();
// register preferences pages
new Gui::PrefPageProducer<TechDrawGui::DlgPrefsDrawingImp> ("Drawing");
new Gui::PrefPageProducer<TechDrawGui::DlgPrefsTechDrawImp> ("TechDraw");
// add resources and reloads the translators
loadTechDrawResource();