mirror of
https://gitlab.gnome.org/World/Authenticator.git
synced 2025-03-04 08:44:40 +01:00
account_add: Add mnemonic to Cancel button
This commit is contained in:
parent
4414718ebe
commit
03fe42bcdc
1 changed files with 2 additions and 1 deletions
|
@ -53,8 +53,9 @@
|
||||||
<property name="show-start-title-buttons">False</property>
|
<property name="show-start-title-buttons">False</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkButton">
|
<object class="GtkButton">
|
||||||
<property name="label" translatable="yes">Cancel</property>
|
<property name="label" translatable="yes">_Cancel</property>
|
||||||
<property name="action-name">window.close</property>
|
<property name="action-name">window.close</property>
|
||||||
|
<property name="use-underline">True</property>
|
||||||
</object>
|
</object>
|
||||||
</child>
|
</child>
|
||||||
<child type="end">
|
<child type="end">
|
||||||
|
|
Loading…
Add table
Reference in a new issue