I've found out that some accelerators are not working in the qif import
druid. After investigating I've found out that a line was missing in
qif.glade file. Attached there is a patch that correct the problem
(tried by recompiling locally the code). May I submit this patch or
those accelerators were removed intentionally (in this case the
underscore could be removed)?
Thanks
Cristian
Index: src/import-export/qif-import/qif.glade
===================================================================
--- src/import-export/qif-import/qif.glade (revisione 19588)
+++ src/import-export/qif-import/qif.glade (copia locale)
@@ -622,6 +622,7 @@
<property name="xpad">5</property>
<property name="label" translatable="yes">_Select the matchings you want to change:</property>
<property name="mnemonic_widget">account_page_view</property>
+ <property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
@@ -755,6 +756,7 @@
<property name="xpad">5</property>
<property name="label" translatable="yes">_Select the matchings you want to change:</property>
<property name="mnemonic_widget">category_page_view</property>
+ <property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
@@ -886,6 +888,7 @@
<property name="xpad">5</property>
<property name="label" translatable="yes">_Select the matchings you want to change:</property>
<property name="mnemonic_widget">memo_page_view</property>
+ <property name="use_underline">True</property>
</widget>
<packing>
<property name="expand">False</property>
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel