diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-09 09:40:50 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-09-09 09:42:05 +0900 |
commit | 4d041456904c9bd4ed47a28109960ffc266d8642 (patch) | |
tree | 46600b5df628bd99db9db3f895bd730352ee4731 /src/newprofilewizardconnectionstatuscheck.ui | |
parent | a0ff810ae65bb017d96bb42044b7bc2b77e5ec00 (diff) | |
download | kvpnc-4d041456904c9bd4ed47a28109960ffc266d8642.tar.gz kvpnc-4d041456904c9bd4ed47a28109960ffc266d8642.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 324cedb508defc73acbf54296a5dbcc12fdc365e)
Diffstat (limited to 'src/newprofilewizardconnectionstatuscheck.ui')
-rw-r--r-- | src/newprofilewizardconnectionstatuscheck.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/newprofilewizardconnectionstatuscheck.ui b/src/newprofilewizardconnectionstatuscheck.ui index c0e5deb..1ad1303 100644 --- a/src/newprofilewizardconnectionstatuscheck.ui +++ b/src/newprofilewizardconnectionstatuscheck.ui @@ -45,9 +45,6 @@ <property name="text"> <string>Use connection status c&heck</string> </property> - <property name="accel"> - <string>Alt+H</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -180,9 +177,6 @@ <property name="text"> <string>Reconnect after connection &lost</string> </property> - <property name="accel"> - <string>Alt+L</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -230,9 +224,6 @@ <property name="text"> <string>Use specified &address to ping:</string> </property> - <property name="accel"> - <string>Alt+A</string> - </property> <property name="toolTip" stdset="0"> <string>Use specified address instead the gateway address <br>to test the connection status</string> </property> |