mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-25 05:40:34 +05:00
Roll-back previous wrong commit.
This commit is contained in:
parent
6ac07fd349
commit
82e470f3c1
@ -93,7 +93,7 @@ class InputDialog(GenericDialog):
|
||||
# indexation.
|
||||
self.MESHTYPE_ICONS = {}
|
||||
meshTypeIndex = InputData.MESHTYPES.CONCRETE
|
||||
self.__ui.cmbMeshType.setItemText(meshTypeIndex, "B?ton")
|
||||
self.__ui.cmbMeshType.setItemText(meshTypeIndex, "Béton")
|
||||
icon = QIcon()
|
||||
icon.addFile(os.path.join(iconfolder,"concrete.png"))
|
||||
self.__ui.cmbMeshType.setItemIcon(meshTypeIndex, icon)
|
||||
|
Loading…
Reference in New Issue
Block a user