Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/System.Web/UI/WebControls/LoginView.cs')
-rw-r--r--mcs/class/referencesource/System.Web/UI/WebControls/LoginView.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/System.Web/UI/WebControls/LoginView.cs b/mcs/class/referencesource/System.Web/UI/WebControls/LoginView.cs
index 820d536afec..3ede63ea959 100644
--- a/mcs/class/referencesource/System.Web/UI/WebControls/LoginView.cs
+++ b/mcs/class/referencesource/System.Web/UI/WebControls/LoginView.cs
@@ -350,7 +350,7 @@ namespace System.Web.UI.WebControls {
// Note: we always recreate the child controls in the designer to correctly handle the case of
// the currently selected role group being deleted. This is necessary because the
// setter for TemplateIndex won't recreate the controls if the TemplateIndex is unchanged,
- // which is the case when deleting all but the last role group. [Fix for
+ // which is the case when deleting all but the last role group. [Fix for Bug 148406]
ChildControlsCreated = false;
}
}