From 5374a4f3cd6e3b24f30cce9c1db62ea7a73ce83f Mon Sep 17 00:00:00 2001 From: Orgad Shaneh <orgad.shaneh@audiocodes.com> Date: Mon, 27 May 2013 18:34:19 +0300 Subject: [PATCH] Git: Use OtherContent type for commit Change-Id: Ic0d31a1131f559d1dfa2c880d72c68720d378d1f Reviewed-by: Tobias Hunger <tobias.hunger@digia.com> --- src/plugins/git/gitplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index 4ce7508d3dc..55dcce53648 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -106,7 +106,7 @@ static const VcsBase::VcsBaseEditorParameters editorParameters[] = { Git::Constants::GIT_DIFF_EDITOR_DISPLAY_NAME, Git::Constants::C_GIT_DIFF_EDITOR, "text/x-patch"}, -{ VcsBase::DiffOutput, +{ VcsBase::OtherContent, Git::Constants::GIT_COMMIT_TEXT_EDITOR_ID, Git::Constants::GIT_COMMIT_TEXT_EDITOR_DISPLAY_NAME, Git::Constants::C_GIT_COMMIT_TEXT_EDITOR, -- GitLab