BIM: remove BIM Project command from toolbar (#25086)

- The BIM_Project command is removed from the toolbar and relocated to
  the Utils menu
- The default when creating a new project has been changed to
  non-IFC-native
- The BIM_Project and IFC_MakeProject command menu text have been
  reworded to remove ambiguity
This commit is contained in:
Furgo
2025-11-05 09:56:46 +01:00
committed by GitHub
parent af014a1bb4
commit 2d2684cc3d
4 changed files with 6 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ class IFC_MakeProject:
)
return {
"Pixmap": "IFC",
"MenuText": QT_TRANSLATE_NOOP("IFC_MakeProject", "Create IFC Project"),
"MenuText": QT_TRANSLATE_NOOP("IFC_MakeProject", "Convert to IFC Project"),
"ToolTip": tt,
"Accel": "I, P",
}