Correct property names in Prefs

This commit is contained in:
WandererFan
2017-03-27 14:42:47 -04:00
committed by wmayer
parent 24698be5ae
commit 0ab0a92bf2
2 changed files with 6 additions and 4 deletions

View File

@@ -62,7 +62,8 @@ void DlgPrefsTechDrawImp::saveSettings()
pfc_DefTemp->onSave();
pfc_DefDir->onSave();
pfc_HatchFile->onSave();
//pfc_HatchDir->onSave();
pfc_FilePattern->onSave();
le_NamePattern->onSave();
}
void DlgPrefsTechDrawImp::loadSettings()
@@ -88,7 +89,8 @@ void DlgPrefsTechDrawImp::loadSettings()
pfc_HatchFile->onRestore();
//pfc_HatchDir->onRestore();
pfc_FilePattern->onRestore();
le_NamePattern->onRestore();
}
/**