diff options
author | Michele Calgaro <[email protected]> | 2022-09-09 09:40:50 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-09-09 09:40:50 +0900 |
commit | 324cedb508defc73acbf54296a5dbcc12fdc365e (patch) | |
tree | 0b75e46135749c5f755ff5c094e559ccd56e7893 /src/newprofilewizardnetwork.ui | |
parent | be4246c8187d8ab5929aa948a31506aca121d246 (diff) | |
download | kvpnc-324cedb508defc73acbf54296a5dbcc12fdc365e.tar.gz kvpnc-324cedb508defc73acbf54296a5dbcc12fdc365e.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/newprofilewizardnetwork.ui')
-rw-r--r-- | src/newprofilewizardnetwork.ui | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/newprofilewizardnetwork.ui b/src/newprofilewizardnetwork.ui index e2a114a..8a73756 100644 --- a/src/newprofilewizardnetwork.ui +++ b/src/newprofilewizardnetwork.ui @@ -94,9 +94,6 @@ <property name="text"> <string>&Use remote network</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> </widget> <widget class="TQGroupBox"> <property name="name"> @@ -302,9 +299,6 @@ <property name="text"> <string>Userdefined &MTU:</string> </property> - <property name="accel"> - <string>Alt+M</string> - </property> <property name="toolTip" stdset="0"> <string>Check this to set a custom MTU size</string> </property> @@ -359,9 +353,6 @@ <property name="text"> <string>Userdefined M&RU:</string> </property> - <property name="accel"> - <string>Alt+R</string> - </property> <property name="toolTip" stdset="0"> <string>Check this to set a custom MTU size</string> </property> |