diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-22 10:22:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-22 10:22:34 +0900 |
commit | 70b8235e5b33624c827ce175257401ee6267702f (patch) | |
tree | ffd05222551c30154671422d7368bc4f070ef875 | |
parent | 30c004844087f1722083a9607ef154a5c6007895 (diff) | |
download | tdemultimedia-70b8235e5b33624c827ce175257401ee6267702f.tar.gz tdemultimedia-70b8235e5b33624c827ce175257401ee6267702f.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | kaudiocreator/encoderoutput.ui | 3 | ||||
-rw-r--r-- | kscd/panel.ui | 6 |
2 files changed, 0 insertions, 9 deletions
diff --git a/kaudiocreator/encoderoutput.ui b/kaudiocreator/encoderoutput.ui index 8851d0f4..a99d3c83 100644 --- a/kaudiocreator/encoderoutput.ui +++ b/kaudiocreator/encoderoutput.ui @@ -77,9 +77,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/kscd/panel.ui b/kscd/panel.ui index 2ef615ef..c9f12409 100644 --- a/kscd/panel.ui +++ b/kscd/panel.ui @@ -348,9 +348,6 @@ <property name="text"> <string>Stop</string> </property> - <property name="accel"> - <string></string> - </property> <property name="flat"> <bool>true</bool> </property> @@ -373,9 +370,6 @@ <property name="text"> <string>Loop</string> </property> - <property name="accel"> - <string></string> - </property> <property name="toggleButton"> <bool>true</bool> </property> |