diff --git a/src/Mod/Fem/Gui/AppFemGuiPy.cpp b/src/Mod/Fem/Gui/AppFemGuiPy.cpp
index d34ba93b8..4ad537c18 100755
--- a/src/Mod/Fem/Gui/AppFemGuiPy.cpp
+++ b/src/Mod/Fem/Gui/AppFemGuiPy.cpp
@@ -99,7 +99,7 @@ static PyObject * open(PyObject *self, PyObject *args)
if (ext == QLatin1String("inp")) {
Gui::TextEditor* editor = new Gui::TextEditor();
- editor->setWindowIcon(Gui::BitmapFactory().pixmap(":/icons/Fem_Inp_Editor.svg"));
+ editor->setWindowIcon(Gui::BitmapFactory().pixmap(":/icons/fem-inp-editor.svg"));
Gui::EditorView* edit = new Gui::EditorView(editor, Gui::getMainWindow());
editor->setSyntaxHighlighter(new FemGui::AbaqusHighlighter(editor));
edit->setDisplayName(Gui::EditorView::FileName);
diff --git a/src/Mod/Fem/Gui/Resources/Fem.qrc b/src/Mod/Fem/Gui/Resources/Fem.qrc
index d7c0bb05a..b97a14de5 100755
--- a/src/Mod/Fem/Gui/Resources/Fem.qrc
+++ b/src/Mod/Fem/Gui/Resources/Fem.qrc
@@ -12,7 +12,7 @@
icons/fem-add-fem-mesh.svg
icons/fem-add-material.svg
icons/fem-add-part.svg
- icons/Fem_Inp_Editor.svg
+ icons/fem-inp-editor.svg
icons/Fem_Material.svg
icons/Fem_NewAnalysis.svg
icons/Fem_Purge_Results.svg
diff --git a/src/Mod/Fem/Gui/Resources/icons/Fem_Inp_Editor.svg b/src/Mod/Fem/Gui/Resources/icons/fem-inp-editor.svg
similarity index 100%
rename from src/Mod/Fem/Gui/Resources/icons/Fem_Inp_Editor.svg
rename to src/Mod/Fem/Gui/Resources/icons/fem-inp-editor.svg