diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 12:57:56 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-07 16:27:43 +0900 |
commit | d8dd3783b0869503f761947691bc58fff659cd75 (patch) | |
tree | f4b2b35ad9eb9b253f7e6824430d0f172555a5ca /kcontrol | |
parent | 95b65bb7acdb8a67eb03e3be145ebccb44792530 (diff) | |
download | tdebase-d8dd3783b0869503f761947691bc58fff659cd75.tar.gz tdebase-d8dd3783b0869503f761947691bc58fff659cd75.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 65356d900d9a006fc5473f029b12b1ea7237d442)
Diffstat (limited to 'kcontrol')
-rw-r--r-- | kcontrol/dnssd/configdialog.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/kcontrol/dnssd/configdialog.ui b/kcontrol/dnssd/configdialog.ui index 4a2ac2809..b2d9eb8b0 100644 --- a/kcontrol/dnssd/configdialog.ui +++ b/kcontrol/dnssd/configdialog.ui @@ -84,9 +84,6 @@ <property name="text"> <string>&Wide area network</string> </property> - <property name="accel"> - <string>Alt+W</string> - </property> <property name="whatsThis" stdset="0"> <string>Advertise services on Internet domain using public IP. To have this option working you need to configure wide area operation in using administrator mode</string> </property> @@ -106,9 +103,6 @@ <property name="text"> <string>Loc&al network</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> <property name="checked"> <bool>false</bool> </property> @@ -124,9 +118,6 @@ <property name="text"> <string>Browse local networ&k</string> </property> - <property name="accel"> - <string>Alt+K</string> - </property> <property name="whatsThis" stdset="0"> <string>Browse local network (domain .local) using multicast DNS.</string> </property> @@ -138,9 +129,6 @@ <property name="text"> <string>Enable &Zeroconf network browsing</string> </property> - <property name="accel"> - <string>Alt+Z</string> - </property> <property name="whatsThis" stdset="0"> <string>Browse local network (domain .local) using multicast DNS.</string> </property> |