FEM: icons, rename inp editor

This commit is contained in:
Bernd Hahnebach
2018-09-10 14:01:50 +02:00
committed by wmayer
parent 0cdfc8bc4c
commit 6ac8df583a
3 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ private:
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-solver-inp-editor.svg"));
Gui::EditorView* edit = new Gui::EditorView(editor, Gui::getMainWindow());
editor->setSyntaxHighlighter(new FemGui::AbaqusHighlighter(editor));
edit->setDisplayName(Gui::EditorView::FileName);

View File

@@ -48,7 +48,6 @@
<file>icons/fem-femmesh-region.svg</file>
<file>icons/fem-femmesh-result.svg</file>
<file>icons/fem-femmesh-to-mesh.svg</file>
<file>icons/fem-inp-editor.svg</file>
<file>icons/fem-material.svg</file>
<file>icons/fem-material-fluid.svg</file>
<file>icons/fem-material-nonlinear.svg</file>
@@ -73,6 +72,7 @@
<file>icons/fem-solver-cfd.svg</file>
<file>icons/fem-solver-control.svg</file>
<file>icons/fem-solver-elmer.svg</file>
<file>icons/fem-solver-inp-editor.svg</file>
<file>icons/fem-solver-run.svg</file>
<file>icons/fem-solver-standard.svg</file>

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB