Kaydet (Commit) cd7703c2 authored tarafından Eike Rathke's avatar Eike Rathke

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
üst 97b3bf8b
......@@ -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>
......
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