forked from qt-creator/qt-creator
Translations: Merge "OpenWith::Editors" into "QtC::Core"
Change-Id: I241ccc53afa11fa3faa1f1ca9363421827081812 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
#include "scxmleditorconstants.h"
|
||||
#include "scxmleditordata.h"
|
||||
|
||||
#include <coreplugin/coreplugintr.h>
|
||||
#include <coreplugin/editormanager/editormanager.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <utils/fsengine/fileiconprovider.h>
|
||||
@@ -19,7 +20,7 @@ using namespace ScxmlEditor::Internal;
|
||||
ScxmlEditorFactory::ScxmlEditorFactory()
|
||||
{
|
||||
setId(K_SCXML_EDITOR_ID);
|
||||
setDisplayName(QCoreApplication::translate("OpenWith::Editors", C_SCXMLEDITOR_DISPLAY_NAME));
|
||||
setDisplayName(::Core::Tr::tr(C_SCXMLEDITOR_DISPLAY_NAME));
|
||||
addMimeType(ProjectExplorer::Constants::SCXML_MIMETYPE);
|
||||
|
||||
Utils::FileIconProvider::registerIconOverlayForSuffix(":/projectexplorer/images/fileoverlay_scxml.png", "scxml");
|
||||
|
||||
Reference in New Issue
Block a user