From facb1103297b641fd6f5e56da043bea0e5b0be97 Mon Sep 17 00:00:00 2001 From: Przemo Firszt Date: Tue, 28 Jul 2015 21:39:52 +0100 Subject: [PATCH] FEM: Rename Fem_Inp_Editor icon to fem-inp-editor Signed-off-by: Przemo Firszt --- src/Mod/Fem/Gui/AppFemGuiPy.cpp | 2 +- src/Mod/Fem/Gui/Resources/Fem.qrc | 2 +- .../Resources/icons/{Fem_Inp_Editor.svg => fem-inp-editor.svg} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename src/Mod/Fem/Gui/Resources/icons/{Fem_Inp_Editor.svg => fem-inp-editor.svg} (100%) 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