forked from qt-creator/qt-creator
VCS: Remove unused extension parameter from editors
Change-Id: I17e73e269698af0d515f668d3c272a748cdca3bb Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
committed by
Orgad Shaneh
parent
a439d12b48
commit
fd48f081c6
@@ -116,25 +116,22 @@ static const VcsBase::VcsBaseEditorParameters editorParameters[] = {
|
||||
"Subversion Command Log Editor", // id
|
||||
QT_TRANSLATE_NOOP("VCS", "Subversion Command Log Editor"), // display name
|
||||
"Subversion Command Log Editor", // context
|
||||
"application/vnd.nokia.text.scs_svn_commandlog",
|
||||
"scslog"},
|
||||
"application/vnd.nokia.text.scs_svn_commandlog"},
|
||||
{ VcsBase::LogOutput,
|
||||
"Subversion File Log Editor", // id
|
||||
QT_TRANSLATE_NOOP("VCS", "Subversion File Log Editor"), // display_name
|
||||
"Subversion File Log Editor", // context
|
||||
"application/vnd.nokia.text.scs_svn_filelog",
|
||||
"scsfilelog"},
|
||||
"application/vnd.nokia.text.scs_svn_filelog"},
|
||||
{ VcsBase::AnnotateOutput,
|
||||
"Subversion Annotation Editor", // id
|
||||
QT_TRANSLATE_NOOP("VCS", "Subversion Annotation Editor"), // display_name
|
||||
"Subversion Annotation Editor", // context
|
||||
"application/vnd.nokia.text.scs_svn_annotation",
|
||||
"scsannotate"},
|
||||
"application/vnd.nokia.text.scs_svn_annotation"},
|
||||
{ VcsBase::DiffOutput,
|
||||
"Subversion Diff Editor", // id
|
||||
QT_TRANSLATE_NOOP("VCS", "Subversion Diff Editor"), // display_name
|
||||
"Subversion Diff Editor", // context
|
||||
"text/x-patch","diff"}
|
||||
"text/x-patch"}
|
||||
};
|
||||
|
||||
// Utility to find a parameter set by type
|
||||
|
Reference in New Issue
Block a user