From ce70b63ac3be130004b42068986abe52c55f414c Mon Sep 17 00:00:00 2001 From: Christian Hornung Date: Fri, 15 Feb 2008 19:03:49 +0000 Subject: [PATCH] Fixed the "select" and "remove" buttons in the SelectReferenceDialog. git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2957 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61 --- .../Src/Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Main/Base/Project/Src/Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs b/src/Main/Base/Project/Src/Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs index 7a5de0c6ec..32bcdf45f6 100644 --- a/src/Main/Base/Project/Src/Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs +++ b/src/Main/Base/Project/Src/Gui/Dialogs/ReferenceDialog/SelectReferenceDialog.cs @@ -251,6 +251,7 @@ namespace ICSharpCode.SharpDevelop.Gui this.selectButton.Size = new System.Drawing.Size(75, 23); this.selectButton.TabIndex = 1; this.selectButton.Text = "${res:Dialog.SelectReferenceDialog.SelectButton}"; + this.selectButton.Click += new System.EventHandler(this.SelectReference); // // removeButton // @@ -260,6 +261,7 @@ namespace ICSharpCode.SharpDevelop.Gui this.removeButton.Size = new System.Drawing.Size(75, 23); this.removeButton.TabIndex = 4; this.removeButton.Text = "${res:Global.RemoveButtonText}"; + this.removeButton.Click += new System.EventHandler(this.RemoveReference); // // referencesLabel //