Skip to content

Commit 4cb52ce

Browse files
authored
Correct XML summary comment in Menu.cs (#2780)
Fixed XML documentation summary comment in Menu.cs. Signed-off-by: Palit <[email protected]>
1 parent 2a5c6cb commit 4cb52ce

File tree

1 file changed

+1
-1
lines changed
  • Intersect.Client.Framework/Gwen/Control

1 file changed

+1
-1
lines changed

Intersect.Client.Framework/Gwen/Control/Menu.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ public bool DeleteOnClose
140140

141141
public MenuItem[] MenuItems => Children.OfType<MenuItem>().ToArray();
142142

143-
/// <summary>C:\Users\JC Snider\Desktop\AGD\Intersect-Engine\Intersect.Client.Framework\Gwen\Control\Button.cs
143+
/// <summary>
144144
/// Renders the control using specified skin.
145145
/// </summary>
146146
/// <param name="skin">Skin to use.</param>

0 commit comments

Comments
 (0)