diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-20 11:45:30 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-20 11:45:30 +0900 |
commit | 5e9733c127baaf0038d17942c4134731a2b6754f (patch) | |
tree | 8b6d47835f6a661c65d8d545d4f8608cfbf423c4 /kttsd/filters | |
parent | e6b8dcf14b60a5f61b1b9f7f6e61c92601b031f5 (diff) | |
download | tdeaccessibility-5e9733c127baaf0038d17942c4134731a2b6754f.tar.gz tdeaccessibility-5e9733c127baaf0038d17942c4134731a2b6754f.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kttsd/filters')
-rw-r--r-- | kttsd/filters/sbd/sbdconfwidget.ui | 3 | ||||
-rw-r--r-- | kttsd/filters/stringreplacer/stringreplacerconfwidget.ui | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/kttsd/filters/sbd/sbdconfwidget.ui b/kttsd/filters/sbd/sbdconfwidget.ui index 8eada8a..93e0833 100644 --- a/kttsd/filters/sbd/sbdconfwidget.ui +++ b/kttsd/filters/sbd/sbdconfwidget.ui @@ -286,9 +286,6 @@ <property name="text"> <string>Load...</string> </property> - <property name="accel"> - <string></string> - </property> <property name="whatsThis" stdset="0"> <string>Click to load a Sentence Boundary Detection configuration from a file.</string> <comment>What's this text</comment> diff --git a/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui b/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui index 50b8c35..3bc6fb3 100644 --- a/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui +++ b/kttsd/filters/stringreplacer/stringreplacerconfwidget.ui @@ -191,9 +191,6 @@ <property name="text"> <string>Load...</string> </property> - <property name="accel"> - <string></string> - </property> <property name="whatsThis" stdset="0"> <string>Click to load a word list from a file.</string> <comment>What's this text</comment> |