You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <summary>Strips Win32 menu access-key markers so the list matches what Explorer actually renders.</summary>
29
+
/// <param name="text">The raw menu text, typically read from the registry.</param>
30
+
/// <returns>The input unchanged when the setting is off or no '&' is present; otherwise the text with single '&' removed and '&&' collapsed to a literal '&'.</returns>
31
+
/// <remarks>Leaving the setting off preserves the raw registry text for power users who want to see the mnemonic markers.</remarks>
0 commit comments