diff options
author | Orgad Shaneh <[email protected]> | 2013-05-21 23:37:47 +0300 |
---|---|---|
committer | Orgad Shaneh <[email protected]> | 2013-05-24 12:29:23 +0200 |
commit | 05ef32f242154a46a40680e76f67e9888be687bd (patch) | |
tree | e84ac87964f2dfdef62389d65012ef363852bb13 /src/plugins/clearcase/clearcaseplugin.cpp | |
parent | 94148f22e998dd60027ca99878ff2ad80998cb58 (diff) |
Remove Nokia leftovers
Mostly internal mimetypes
Change-Id: Ia84206f1334c1f83474cbc307e848719bb98adbc
Reviewed-by: Fawzi Mohamed <[email protected]>
Reviewed-by: Friedemann Kleint <[email protected]>
Reviewed-by: Tobias Hunger <[email protected]>
Diffstat (limited to 'src/plugins/clearcase/clearcaseplugin.cpp')
-rw-r--r-- | src/plugins/clearcase/clearcaseplugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/clearcase/clearcaseplugin.cpp b/src/plugins/clearcase/clearcaseplugin.cpp index 526047d1abd..a31f6e26dcb 100644 --- a/src/plugins/clearcase/clearcaseplugin.cpp +++ b/src/plugins/clearcase/clearcaseplugin.cpp @@ -125,12 +125,12 @@ static const VcsBase::VcsBaseEditorParameters editorParameters[] = { "ClearCase File Log Editor", // id QT_TRANSLATE_NOOP("VCS", "ClearCase File Log Editor"), // display_name "ClearCase File Log Editor", // context - "application/vnd.audc.text.scs_cc_filelog"}, + "text/vnd.qtcreator.clearcase.log"}, { VcsBase::AnnotateOutput, "ClearCase Annotation Editor", // id QT_TRANSLATE_NOOP("VCS", "ClearCase Annotation Editor"), // display_name "ClearCase Annotation Editor", // context - "application/vnd.audc.text.scs_cc_annotation"}, + "text/vnd.qtcreator.clearcase.annotation"}, { VcsBase::DiffOutput, "ClearCase Diff Editor", // id QT_TRANSLATE_NOOP("VCS", "ClearCase Diff Editor"), // display_name |