forked from qt-creator/qt-creator
Prefix Tr::tr contexts with ::
To make outliers better visible in Linguist Change-Id: Ic35ea2a858b7e3576d9a416fb494fddb616eaaa1 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -19,7 +19,7 @@ using namespace ScxmlEditor::Internal;
|
||||
ScxmlEditorFactory::ScxmlEditorFactory()
|
||||
{
|
||||
setId(K_SCXML_EDITOR_ID);
|
||||
setDisplayName(QCoreApplication::translate("ScxmlEditor", C_SCXMLEDITOR_DISPLAY_NAME));
|
||||
setDisplayName(QCoreApplication::translate("OpenWith::Editors", 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