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/profilesshoptionsbase.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/profilesshoptionsbase.ui')
-rw-r--r-- | src/profilesshoptionsbase.ui | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/profilesshoptionsbase.ui b/src/profilesshoptionsbase.ui index 161662f..9d3a12c 100644 --- a/src/profilesshoptionsbase.ui +++ b/src/profilesshoptionsbase.ui @@ -42,9 +42,6 @@ <property name="text"> <string>&Use specified remote port:</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> <property name="toolTip" stdset="0"> <string>Use non standard TCP/UDP port</string> </property> @@ -103,9 +100,6 @@ <property name="text"> <string>&Use network config script on server:</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> <property name="toolTip" stdset="0"> <string>Use non standard TCP/UDP port</string> </property> @@ -155,9 +149,6 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string> <property name="text"> <string>&Key</string> </property> - <property name="accel"> - <string>Alt+K</string> - </property> </widget> <widget class="TQRadioButton" row="0" column="0"> <property name="name"> @@ -166,9 +157,6 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string> <property name="text"> <string>Pass&word</string> </property> - <property name="accel"> - <string>Alt+W</string> - </property> <property name="checked"> <bool>true</bool> </property> @@ -274,9 +262,6 @@ Parameter 3: remote ip address 1.2.3.5 (tun)</string> <property name="text"> <string>autodetected ke&y:</string> </property> - <property name="accel"> - <string>Alt+Y</string> - </property> <property name="checked"> <bool>true</bool> </property> |