diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-13 12:38:42 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-13 12:39:00 +0900 |
commit | c7c15b8e68bebb7bf6dace459c66ddaeab0f218f (patch) | |
tree | 3d3b5290b8ba0a37efc059887a8dabd9ed269a21 | |
parent | 6f5b6c3f8bcf7e035c3c0ed2d328cdbd8f61b535 (diff) | |
download | krusader-c7c15b8e68bebb7bf6dace459c66ddaeab0f218f.tar.gz krusader-c7c15b8e68bebb7bf6dace459c66ddaeab0f218f.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7e596f890224c41d1c6d809846d9decb5ebc1dcf)
-rw-r--r-- | krusader/mount.ui | 6 | ||||
-rw-r--r-- | krusader/recode.ui | 6 |
2 files changed, 0 insertions, 12 deletions
diff --git a/krusader/mount.ui b/krusader/mount.ui index e2552d9..628c009 100644 --- a/krusader/mount.ui +++ b/krusader/mount.ui @@ -68,9 +68,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -85,9 +82,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/krusader/recode.ui b/krusader/recode.ui index 8872c12..4722943 100644 --- a/krusader/recode.ui +++ b/krusader/recode.ui @@ -69,9 +69,6 @@ <property name="text"> <string>&OK</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> @@ -86,9 +83,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> |