diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-16 10:55:32 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-16 10:55:32 +0900 |
commit | 663f1927174a596fe918e97fc24dc36acf011e9a (patch) | |
tree | 722ba24b24de69e8a4b6fa31fed7917674215d31 /kate | |
parent | 5eeb4735f315cdc470d4075f8541f79605ebb30a (diff) | |
download | tdeaddons-663f1927174a596fe918e97fc24dc36acf011e9a.tar.gz tdeaddons-663f1927174a596fe918e97fc24dc36acf011e9a.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kate')
-rw-r--r-- | kate/katesort/sortdialoglayout.ui | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/kate/katesort/sortdialoglayout.ui b/kate/katesort/sortdialoglayout.ui index 665aed9..7471ec8 100644 --- a/kate/katesort/sortdialoglayout.ui +++ b/kate/katesort/sortdialoglayout.ui @@ -60,9 +60,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -77,9 +74,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -112,9 +106,6 @@ <property name="text"> <string>&Ascending</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -126,9 +117,6 @@ <property name="text"> <string>&Descending</string> </property> - <property name="accel"> - <string>Alt+D</string> - </property> </widget> </vbox> </widget> @@ -160,9 +148,6 @@ <property name="text"> <string>&Case sensitive</string> </property> - <property name="accel"> - <string>Alt+C</string> - </property> </widget> <widget class="TQCheckBox"> <property name="name"> @@ -179,9 +164,6 @@ <property name="text"> <string>B&y column</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> </widget> </vbox> </widget> @@ -334,9 +316,6 @@ <property name="text"> <string>Alpha&betical</string> </property> - <property name="accel"> - <string>Alt+B</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -348,9 +327,6 @@ <property name="text"> <string>Nu&meric</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> </widget> </vbox> </widget> |