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:38:42 +0900 |
commit | 7e596f890224c41d1c6d809846d9decb5ebc1dcf (patch) | |
tree | faedd6b51caf45baf004aaf49289323838b21200 | |
parent | fbc7f3e9270e174604420ea48b562a8aa6a4e209 (diff) | |
download | krusader-7e596f890224c41d1c6d809846d9decb5ebc1dcf.tar.gz krusader-7e596f890224c41d1c6d809846d9decb5ebc1dcf.zip |
Remove unnecessary accelerators from .ui files
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-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> |