diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2013-06-05 08:16:52 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2013-06-05 13:24:20 +0200 |
commit | 465654b83a3011728af78ee91228616d732d9a5a (patch) | |
tree | 0904c8c6cd15114ff8ae00ad87c85a234755bd0c /src/plugins/git/gitplugin.cpp | |
parent | 63cf15b180980754b6ffea13bfd509ebfd06a69a (diff) | |
download | qt-creator-465654b83a3011728af78ee91228616d732d9a5a.tar.gz |
Git: Add Reset to locator
Change-Id: I81b52b8f349cfd5e9d67bd48b0be32c48e5b2f8e
Reviewed-by: Petar Perisin <petar.perisin@gmail.com>
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
Diffstat (limited to 'src/plugins/git/gitplugin.cpp')
-rw-r--r-- | src/plugins/git/gitplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/git/gitplugin.cpp b/src/plugins/git/gitplugin.cpp index 38a88b1bc3..2ffba4f0bc 100644 --- a/src/plugins/git/gitplugin.cpp +++ b/src/plugins/git/gitplugin.cpp @@ -435,7 +435,7 @@ bool GitPlugin::initialize(const QStringList &arguments, QString *errorMessage) createRepositoryAction(localRepositoryMenu, tr("Reset..."), Core::Id("Git.Reset"), - globalcontext, false, SLOT(resetRepository())); + globalcontext, true, SLOT(resetRepository())); createRepositoryAction(localRepositoryMenu, tr("Interactive Rebase..."), Core::Id("Git.InteractiveRebase"), |