Skip to content

Commit 0120ab7

Browse files
committed
Revert "Merge pull request #30 from mast-eu/UpdatePluginSettings"
This reverts commit 24ad6fc, reversing changes made to 1e2531a. This commit is based gitextensions/gitextensions@c9b8c73 , which is not included in the targeted Git Extensions v3.5.
1 parent 84f99e7 commit 0120ab7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/GitExtensions.GerritPlugin/GerritPlugin.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ public class GerritPlugin : GitPluginBase, IGitPluginForRepository
5252
// public only because of FormTranslate
5353
public GerritPlugin() : base(true)
5454
{
55-
Id = new Guid("98AC833D-21F0-4FD7-8A0F-5616E093FC59");
56-
Name = "Gerrit Code Review";
55+
SetNameAndDescription("Gerrit Code Review");
5756
Translate();
5857
Icon = Resources.IconGerrit;
5958
}

0 commit comments

Comments
 (0)