FEM: icons, rename inp editor

This commit is contained in:
Bernd Hahnebach
2018-09-10 14:01:50 +02:00
committed by wmayer
parent 1a81356abb
commit c0a9590eb9
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);