fix context definitions of the vcs editors (this makes shortcuts work again)

This commit is contained in:
mae
2009-02-16 12:50:15 +01:00
parent 2ff2c9c14b
commit 8598a59b9f
8 changed files with 47 additions and 86 deletions

View File

@@ -56,7 +56,7 @@ BaseVCSEditorFactoryPrivate::BaseVCSEditorFactoryPrivate(const VCSBaseEditorPara
m_type(t),
m_kind(QLatin1String(t->kind)),
m_mimeTypes(QStringList(QLatin1String(t->mimeType))),
m_editorHandler(new TextEditor::TextEditorActionHandler(t->kind))
m_editorHandler(new TextEditor::TextEditorActionHandler(t->context))
{
}