From 6a2b8b76d473f3015a2ab234e2035c655019e3c0 Mon Sep 17 00:00:00 2001 From: irengrig Date: Thu, 3 Dec 2009 16:03:04 +0300 Subject: [PATCH] IDEADEV-41520 Please, add a Help button and map an ID to the Apply Patch dialog box. --- .../openapi/vcs/changes/patch/ApplyPatchDifferentiatedDialog.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/patch/ApplyPatchDifferentiatedDialog.java b/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/patch/ApplyPatchDifferentiatedDialog.java index 9727b21565..87c4eec435 100644 --- a/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/patch/ApplyPatchDifferentiatedDialog.java +++ b/platform/vcs-impl/src/com/intellij/openapi/vcs/changes/patch/ApplyPatchDifferentiatedDialog.java @@ -159,6 +159,11 @@ public class ApplyPatchDifferentiatedDialog extends DialogWrapper { return "vcs.ApplyPatchDifferentiatedDialog"; } + @Override + protected String getHelpId() { + return "reference.dialogs.vcs.patch.apply"; + } + private void setPathFileChangeDefault() { myRecentPathFileChange.set(new FilePresentation(myPatchFile.getText())); } -- 2.11.4.GIT