changed mnemonics to C_ategory and Fo_rmat
Alt+O and Alt+C were assigned twice (Ok,Cancel), Alt+C did not jump to the category listbox no matter how often pressed, Alt+O alternated between fOrmat and Ok. Still, Alt+C does not trigger Cancel!? Change-Id: I89b027fb33f39a929cc0fc3345a08c711558505e
This commit is contained in:
parent
97b3bf8b03
commit
cd7703c226
1 changed files with 2 additions and 2 deletions
|
@ -330,7 +330,7 @@
|
|||
<object class="GtkLabel" id="categoryft">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">_Category</property>
|
||||
<property name="label" translatable="yes">C_ategory</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">categorylb</property>
|
||||
<attributes>
|
||||
|
@ -403,7 +403,7 @@
|
|||
<object class="GtkLabel" id="formatft">
|
||||
<property name="visible">True</property>
|
||||
<property name="can_focus">False</property>
|
||||
<property name="label" translatable="yes">F_ormat</property>
|
||||
<property name="label" translatable="yes">Fo_rmat</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">formatlb</property>
|
||||
<attributes>
|
||||
|
|
Loading…
Reference in a new issue