forked from qt-creator/qt-creator
Git: Refine editor names
Change-Id: I8302e1341e589b3c0e39c3d6c1d73b01e142e517 Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
committed by
Orgad Shaneh
parent
c728d04b52
commit
857102748d
@@ -3117,7 +3117,7 @@ void GitClient::subversionLog(const QString &workingDirectory)
|
||||
|
||||
// Create a command editor, no highlighting or interaction.
|
||||
const QString title = tr("Git SVN Log");
|
||||
const Id editorId = Git::Constants::GIT_COMMAND_LOG_EDITOR_ID;
|
||||
const Id editorId = Git::Constants::GIT_SVN_LOG_EDITOR_ID;
|
||||
const QString sourceFile = VcsBaseEditor::getSource(workingDirectory, QStringList());
|
||||
VcsBaseEditorWidget *editor = createVcsEditor(editorId, title, sourceFile, codecFor(CodecNone),
|
||||
"svnLog", sourceFile);
|
||||
|
||||
Reference in New Issue
Block a user