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:58 +0900 |
commit | 766d4662c83566b3ddf3964060882391d3baf6f2 (patch) | |
tree | 5120d6a0dedc4377783b80cc1b634a84f53f2bff | |
parent | 7037cc3d53a76b9ac8e0bf2fe44699dfcc5d05e8 (diff) | |
download | ksquirrel-766d4662c83566b3ddf3964060882391d3baf6f2.tar.gz ksquirrel-766d4662c83566b3ddf3964060882391d3baf6f2.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit c0b21840451126c5a92e0013efafa133c5206f9b)
-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> |