[TD] Renamed SpreadsheetView, RichTextAnnotation, SectionView...

`Quadrants`, `DetailView`, `ShowAll`
This commit is contained in:
luz paz
2021-04-09 07:46:43 -04:00
committed by wwmayer
parent 147e4aafff
commit d703d9a89c
17 changed files with 38 additions and 38 deletions

View File

@@ -179,7 +179,7 @@ void ViewProviderViewPart::attach(App::DocumentObject *pcFeat)
if (dvm != nullptr) {
sPixmap = "TechDraw_Tree_Multi";
} else if (dvd != nullptr) {
sPixmap = "actions/techdraw-DetailView";
sPixmap = "actions/TechDraw_DetailView";
}
ViewProviderDrawingView::attach(pcFeat);