diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-11 12:27:18 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-11 12:27:18 +0900 |
commit | 2c2a9ece3076e3e37a9486934ed77d5a6af44d6c (patch) | |
tree | b8b1f4ada712efff44330a22f0898487fff055ca /kmymoney2/dialogs/settings/ksettingsregisterdecl.ui | |
parent | 77beee6cafa70f864c61e647ca0597d0bd2719b5 (diff) | |
download | kmymoney-2c2a9ece3076e3e37a9486934ed77d5a6af44d6c.tar.gz kmymoney-2c2a9ece3076e3e37a9486934ed77d5a6af44d6c.zip |
Remove unnecessary accelerators from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kmymoney2/dialogs/settings/ksettingsregisterdecl.ui')
-rw-r--r-- | kmymoney2/dialogs/settings/ksettingsregisterdecl.ui | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/kmymoney2/dialogs/settings/ksettingsregisterdecl.ui b/kmymoney2/dialogs/settings/ksettingsregisterdecl.ui index 2789cdb..e7b7eec 100644 --- a/kmymoney2/dialogs/settings/ksettingsregisterdecl.ui +++ b/kmymoney2/dialogs/settings/ksettingsregisterdecl.ui @@ -41,9 +41,6 @@ <property name="text"> <string>Show a grid in the register</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -52,9 +49,6 @@ <property name="text"> <string>Use the ledger lens</string> </property> - <property name="accel"> - <string></string> - </property> <property name="whatsThis" stdset="0"> <string>Using the ledger lens shows the details for the transaction that has focus in the ledger. Usually, when using the transaction form, only a one line summary is displayed for each transaction as the details are shown in the form.</string> </property> @@ -74,9 +68,6 @@ <property name="text"> <string>Always show a No. field</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -85,9 +76,6 @@ <property name="text"> <string>Show group header between transactions</string> </property> - <property name="accel"> - <string></string> - </property> <property name="whatsThis" stdset="0"> <string>Draws a larger header above each group of transaction. The grouping depends on the current sort order.</string> </property> @@ -240,9 +228,6 @@ <property name="text"> <string>Auto increment check number</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -259,9 +244,6 @@ <property name="text"> <string>Use Enter to move between fields</string> </property> - <property name="accel"> - <string></string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -375,9 +357,6 @@ <property name="text"> <string>Same transaction if amount differs less than</string> </property> - <property name="accel"> - <string></string> - </property> <property name="whatsThis" stdset="0"> <string>Collect all transactions for the given payee. Treat all transactions that refer to the same category and have an amount with +/- X % as identical. If more than one transaction is found, a list of them is presented to the user. @@ -513,9 +492,6 @@ Selecting 0% will list all transactions.</string> <property name="text"> <string>Ask for a new payee's default category</string> </property> - <property name="accel"> - <string></string> - </property> <property name="whatsThis" stdset="0"> <string>Whenever a new payee is detected during import of a statement, the user will be asked to assign a default category for this user when this option is selected.</string> </property> |