Skip to content

Commit 5c09107

Browse files
authored
Correct the assignment of the constant TreeNodeCollectionAddRangeRespectsSortOrder in WinFormsAppContextSwitchNames.cs (dotnet#12636)
1 parent 7d88751 commit 5c09107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/System.Windows.Forms/tests/TestUtilities/WinFormsAppContextSwitchNames.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ public const string ServicePointManagerCheckCrl
4949
/// The switch that controls whether the TreeNodeCollection will insert nodes in the sorted order.
5050
/// </summary>
5151
public const string TreeNodeCollectionAddRangeRespectsSortOrder
52-
= "System.Windows.Forms.ApplyParentFontToMenus";
52+
= "System.Windows.Forms.TreeNodeCollectionAddRangeRespectsSortOrder";
5353
}

0 commit comments

Comments
 (0)