widget-factory: Add a mnemonic conflict

Make Alt-e the mnemionic for both the Edit menu
and the Select button on page 2. This shows that
mnemonic cycling doesn't currently work, we always
open the menu.
This commit is contained in:
Matthias Clasen 2020-05-28 08:32:03 -04:00
parent bdf40943db
commit 1f4130b927

View File

@ -2169,7 +2169,7 @@ microphone-sensitivity-medium-symbolic</property>
</child>
<child>
<object class="GtkButton" id="selection_dialog_button">
<property name="label" translatable="yes">_Select</property>
<property name="label" translatable="yes">S_elect</property>
<property name="use-underline">1</property>
</object>
</child>