From e2ace515e2f3c9c8508e7922dabc1fffdfe57402 Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Tue, 31 Jan 2012 10:57:10 +0100 Subject: Version control: Compile with QT_NO_CAST_FROM_ASCII. Change-Id: I85c007045efdb207f397b42fbce7a554ac9c9819 Reviewed-by: Tobias Hunger --- src/plugins/git/gitplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/git/gitplugin.cpp') diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index 208c309a96..43a7600b86 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -378,7 +378,7 @@ bool GitPlugin::initialize(const QStringList &arguments, QString *errorMessage) Core::Id("Git.DiffProject"), globalcontext, true, SLOT(diffCurrentProject())); - parameterActionCommand.second->setDefaultKeySequence(QKeySequence("Alt+G,Alt+Shift+D")); + parameterActionCommand.second->setDefaultKeySequence(QKeySequence(tr("Alt+G,Alt+Shift+D"))); parameterActionCommand = createProjectAction(actionManager, gitContainer, -- cgit v1.2.1