From 74d69ab003b50efc7084cb29e54c31fff40d6932 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Sun, 6 Dec 2009 18:21:13 +0300 Subject: [PATCH] IDEADEV-41865 --- .../openapi/vcs/changes/patch/ApplyPatchDifferentiatedDialog.java | 1 + 1 file changed, 1 insertion(+) 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 87c4eec435..227227fe6d 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 @@ -282,6 +282,7 @@ public class ApplyPatchDifferentiatedDialog extends DialogWrapper { new GridBagConstraints(0, 0, 1, 1, 0, 0, GridBagConstraints.NORTHWEST, GridBagConstraints.NONE, new Insets(1, 1, 1, 1), 0, 0); final JLabel label = new JLabel(VcsBundle.message("create.patch.file.name.field")); + label.setLabelFor(myPatchFile); myCenterPanel.add(label, gb); ++ gb.gridx; -- 2.11.4.GIT