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
@@ -120,25 +120,22 @@ static const VcsBaseEditorParameters editorParameters[] = {
|
||||
"CVS Command Log Editor", // id
|
||||
QT_TRANSLATE_NOOP("VCS", "CVS Command Log Editor"), // display name
|
||||
"CVS Command Log Editor", // context
|
||||
"application/vnd.nokia.text.scs_cvs_commandlog",
|
||||
"scslog"},
|
||||
"application/vnd.nokia.text.scs_cvs_commandlog"},
|
||||
{ LogOutput,
|
||||
"CVS File Log Editor", // id
|
||||
QT_TRANSLATE_NOOP("VCS", "CVS File Log Editor"), // display name
|
||||
"CVS File Log Editor", // context
|
||||
"application/vnd.nokia.text.scs_cvs_filelog",
|
||||
"scsfilelog"},
|
||||
"application/vnd.nokia.text.scs_cvs_filelog"},
|
||||
{ AnnotateOutput,
|
||||
"CVS Annotation Editor", // id
|
||||
QT_TRANSLATE_NOOP("VCS", "CVS Annotation Editor"), // display name
|
||||
"CVS Annotation Editor", // context
|
||||
"application/vnd.nokia.text.scs_cvs_annotation",
|
||||
"scsannotate"},
|
||||
"application/vnd.nokia.text.scs_cvs_annotation"},
|
||||
{ DiffOutput,
|
||||
"CVS Diff Editor", // id
|
||||
QT_TRANSLATE_NOOP("VCS", "CVS Diff Editor"), // display name
|
||||
"CVS 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