use Mod/TechDraw for preferences

This commit is contained in:
WandererFan
2016-01-21 13:46:48 -05:00
committed by wmayer
parent 5a7dd5d123
commit ccdb56c06e
10 changed files with 12 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ DrawViewAnnotation::DrawViewAnnotation(void)
static const char *vgroup = "Annotation";
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter()
.GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/Drawing");
.GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/TechDraw");
std::string fontName = hGrp->GetASCII("LabelFont", "osifont");
ADD_PROPERTY_TYPE(Text ,("Default Text"),vgroup,App::Prop_None,"The text to be displayed");