Skip to content
Snippets Groups Projects
Commit eafa7a07 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Merge branch 'dui-editor' of git@scm.dev.nokia.troll.no:creator/robraggis-creator into dui-editor

parents 715ac380 32d09a7d
No related branches found
No related tags found
No related merge requests found
......@@ -2,8 +2,7 @@
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-dui">
<sub-class-of type="text/plain"/>
<comment>DUI file</comment>
<glob pattern="*.dui"/>
<comment>QML file</comment>
<glob pattern="*.qml"/>
</mime-type>
</mime-info>
......@@ -94,8 +94,8 @@ bool DuiEditorPlugin::initialize(const QStringList & /*arguments*/, QString *err
addObject(m_editor);
Core::BaseFileWizardParameters wizardParameters(Core::IWizard::FileWizard);
wizardParameters.setDescription(tr("Qt Script file"));
wizardParameters.setName(tr("Qt Script file"));
wizardParameters.setDescription(tr("Qt Declarative UI File"));
wizardParameters.setName(tr("Qt Declarative UI File"));
wizardParameters.setCategory(QLatin1String("Qt"));
wizardParameters.setTrCategory(tr("Qt"));
m_wizard = new TextEditor::TextFileWizard(QLatin1String(DuiEditor::Constants::C_DUIEDITOR_MIMETYPE),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment