diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 12:01:31 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-08 12:01:31 +0900 |
commit | c0b21840451126c5a92e0013efafa133c5206f9b (patch) | |
tree | aaef8d7057a86cee976cd6458dd4961f2065bff4 | |
parent | 0882236a4843db811b752f94588f879cd88c20d0 (diff) | |
download | ksquirrel-c0b21840451126c5a92e0013efafa133c5206f9b.tar.gz ksquirrel-c0b21840451126c5a92e0013efafa133c5206f9b.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | ksquirrel/sq_options.ui | 3 | ||||
-rw-r--r-- | ksquirrel/sq_pluginsinfo.ui | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/ksquirrel/sq_options.ui b/ksquirrel/sq_options.ui index 916ac5e..d302ad4 100644 --- a/ksquirrel/sq_options.ui +++ b/ksquirrel/sq_options.ui @@ -113,9 +113,6 @@ <property name="text"> <string>&Cancel</string> </property> - <property name="accel"> - <string></string> - </property> <property name="autoDefault"> <bool>true</bool> </property> diff --git a/ksquirrel/sq_pluginsinfo.ui b/ksquirrel/sq_pluginsinfo.ui index b3163e7..4dda48f 100644 --- a/ksquirrel/sq_pluginsinfo.ui +++ b/ksquirrel/sq_pluginsinfo.ui @@ -225,9 +225,6 @@ <property name="text"> <string>Close</string> </property> - <property name="accel"> - <string></string> - </property> </widget> </hbox> </widget> |