FEM: rename icon, Clipping Plane Remove All
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<file>icons/fem-add-part.svg</file>
|
||||
<file>icons/FEM_Analysis.svg</file>
|
||||
<file>icons/FEM_ClippingPlaneAdd.svg</file>
|
||||
<file>icons/fem-clipping-plane-remove-all.svg</file>
|
||||
<file>icons/FEM_ClippingPlaneRemoveAll.svg</file>
|
||||
<file>icons/FEM_ConstraintBearing.svg</file>
|
||||
<file>icons/FEM_ConstraintContact.svg</file>
|
||||
<file>icons/FEM_ConstraintDisplacement.svg</file>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.0 KiB After Width: | Height: | Size: 7.0 KiB |
@@ -127,7 +127,7 @@ class _ClippingPlaneRemoveAll(CommandManager):
|
||||
def __init__(self):
|
||||
super(_ClippingPlaneRemoveAll, self).__init__()
|
||||
self.resources = {
|
||||
"Pixmap": "fem-clipping-plane-remove-all",
|
||||
"Pixmap": "FEM_ClippingPlaneRemoveAll",
|
||||
"MenuText": QtCore.QT_TRANSLATE_NOOP(
|
||||
"FEM_ClippingPlaneRemoveAll",
|
||||
"Remove all clipping planes"
|
||||
|
||||
Reference in New Issue
Block a user