X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2Fpadder%2Fspadderpy%2Fgui%2Finputdialog.py;h=1ec31ce65a3994d480393a11b2560161a95e4eb2;hp=a050077922fbd93f567a0bfb5521a33645db71c0;hb=6ac07fd349b8cf998281f81919138c83e512bd13;hpb=a162ca7efe26e6b0934158138214fca118225ad4 diff --git a/src/Tools/padder/spadderpy/gui/inputdialog.py b/src/Tools/padder/spadderpy/gui/inputdialog.py index a05007792..1ec31ce65 100644 --- a/src/Tools/padder/spadderpy/gui/inputdialog.py +++ b/src/Tools/padder/spadderpy/gui/inputdialog.py @@ -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) @@ -318,7 +318,7 @@ class InputDialog(GenericDialog): if dictInputParameters.has_key(PARAM_KEY_NBITER): self.__ui.txtParamNbIter.setValue(dictInputParameters[PARAM_KEY_NBITER]) if dictInputParameters.has_key(PARAM_KEY_RMAXRMIN): - self.__ui.txtParamRminRmax.setValue(dictInputParameters[PARAM_KEY_RMAXRMIN]) + self.__ui.txtParamRmaxRmin.setValue(dictInputParameters[PARAM_KEY_RMAXRMIN]) def getData(self): """