Skip to content

Commit 95cf835

Browse files
committed
Clearing hard coded headers to get localized context menus on the password box
1 parent 71ee585 commit 95cf835

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.PasswordBox.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@
2929
<Setter Property="ContextMenu">
3030
<Setter.Value>
3131
<ContextMenu>
32-
<MenuItem Command="Cut" Header="_Cut">
32+
<MenuItem Command="Cut">
3333
<MenuItem.Icon>
3434
<wpf:PackIcon Kind="ContentCut" />
3535
</MenuItem.Icon>
3636
</MenuItem>
37-
<MenuItem Command="Copy" Header="_Copy">
37+
<MenuItem Command="Copy">
3838
<MenuItem.Icon>
3939
<wpf:PackIcon Kind="ContentCopy" />
4040
</MenuItem.Icon>
4141
</MenuItem>
42-
<MenuItem Command="Paste" Header="_Paste">
42+
<MenuItem Command="Paste">
4343
<MenuItem.Icon>
4444
<wpf:PackIcon Kind="ContentPaste" />
4545
</MenuItem.Icon>

0 commit comments

Comments
 (0)