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:40:50 +0900 |
commit | 324cedb508defc73acbf54296a5dbcc12fdc365e (patch) | |
tree | 0b75e46135749c5f755ff5c094e559ccd56e7893 /src/profilenetworkrouteoptionsbase.ui | |
parent | be4246c8187d8ab5929aa948a31506aca121d246 (diff) | |
download | kvpnc-324cedb508defc73acbf54296a5dbcc12fdc365e.tar.gz kvpnc-324cedb508defc73acbf54296a5dbcc12fdc365e.zip |
Remove unnecessary accelerator from .ui files.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/profilenetworkrouteoptionsbase.ui')
-rw-r--r-- | src/profilenetworkrouteoptionsbase.ui | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/profilenetworkrouteoptionsbase.ui b/src/profilenetworkrouteoptionsbase.ui index 6ea9206..a2f8865 100644 --- a/src/profilenetworkrouteoptionsbase.ui +++ b/src/profilenetworkrouteoptionsbase.ui @@ -87,9 +87,6 @@ <property name="text"> <string>&Use additional network routes</string> </property> - <property name="accel"> - <string>Alt+U</string> - </property> </widget> <widget class="TDEListView"> <column> @@ -187,9 +184,6 @@ <property name="text"> <string>Edit &route...</string> </property> - <property name="accel"> - <string>Alt+R</string> - </property> <property name="toolTip" stdset="0"> <string>Add new route</string> </property> @@ -204,9 +198,6 @@ <property name="text"> <string>Add &route...</string> </property> - <property name="accel"> - <string>Alt+R</string> - </property> <property name="toolTip" stdset="0"> <string>Add new route</string> </property> @@ -221,9 +212,6 @@ <property name="text"> <string>De&lete</string> </property> - <property name="accel"> - <string>Alt+L</string> - </property> <property name="toolTip" stdset="0"> <string>Delete route</string> </property> |