Commit 1d559231 authored by Elly Fong-Jones's avatar Elly Fong-Jones Committed by Commit Bot

cbui: deconflict "Name Window" accelerator in window menu

The original change assigned "N" as the accelerator for this item, but
that is already in use by "minimize"; have "Name Window" use "W"
instead, which is free in this menu.

Bug: 1152079
Change-Id: Ibebe8331c3580a6db76808791056677550d293c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2558748
Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org>
Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#830766}
parent a78b6581
......@@ -1196,7 +1196,7 @@ are declared in tools/grit/grit_rule.gni.
R&amp;eopen closed window
</message>
<message name="IDS_NAME_WINDOW" desc="The text label of the Name Window menu item, used to give a user-specified name to a window.">
&amp;Name window...
Name &amp;window...
</message>
</if>
<if expr="use_titlecase">
......@@ -1231,7 +1231,7 @@ are declared in tools/grit/grit_rule.gni.
R&amp;eopen Closed Window
</message>
<message name="IDS_NAME_WINDOW" desc="In Title Case: The text label of the Name Window menu item, used to give a user-specified name to a window.">
&amp;Name Window...
Name &amp;Window...
</message>
</if>
......
cfa733e851c5851c6bb1553d6a450c8dce471a03
\ No newline at end of file
63c80481339ded5dbab86d7b374fb6e58e8af86c
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment