private void MergePatch_Load(object sender, EventArgs e) { PatchFile.Select(); Text = _applyPatchMsgBox.Text + " (" + Module.WorkingDir + ")"; IgnoreWhitespace.Checked = AppSettings.ApplyPatchIgnoreWhitespace; }
private void MergePatch_Load(object sender, EventArgs e) { PatchFile.Select(); RestorePosition("merge-patch"); Text = _applyPatchMsgBox.Text + " (" + Settings.WorkingDir + ")"; IgnoreWhitespace.Checked = Settings.ApplyPatchIgnoreWhitespace; }